InputDescriptor.Visible プロパティ

入力が [プロパティ] ウィンドウに表示されるかどうかを示す値を取得または設定します。

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

構文

'宣言
Public Property Visible As Boolean
'使用
Dim instance As InputDescriptor
Dim value As Boolean

value = instance.Visible

instance.Visible = value
public bool Visible { get; set; }
public:
property bool Visible {
    bool get ();
    void set (bool value);
}
public function get Visible () : boolean
public function set Visible (value : boolean)

プロパティ値

型 : System.Boolean
入力が [プロパティ] ウィンドウに表示される場合は true、それ以外の場合は false になります。

参照

参照

InputDescriptor クラス

InputDescriptor メンバ

Microsoft.Data.Schema.DataGenerator 名前空間