次の方法で共有


InputDescriptor.EditorType プロパティ

この入力のエディタの種類を取得または設定します。

名前空間 :  Microsoft.Data.Schema.DataGenerator
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public ReadOnly Property EditorType As Type
'使用
Dim instance As InputDescriptor
Dim value As Type

value = instance.EditorType
public Type EditorType { get; }
public:
property Type^ EditorType {
    Type^ get ();
}
public function get EditorType () : Type

プロパティ値

型 : System.Type
入力のエディタを保持する Type です。

参照

参照

InputDescriptor クラス

InputDescriptor メンバ

Microsoft.Data.Schema.DataGenerator 名前空間