'宣言 Public Function New( _ ByVal name As System.String, _ ByVal propertyType As System.Type _ )
public CustomTaskPropertyDescriptor( System.string name, System.Type propertyType )
パラメータ
- name
 - カスタムフィールド名。
 - propertyType
 - カスタムフィールドタイプ。
 
'宣言 Public Function New( _ ByVal name As System.String, _ ByVal propertyType As System.Type _ )
public CustomTaskPropertyDescriptor( System.string name, System.Type propertyType )