次の方法で共有


EntityCommand.DesignTimeVisible プロパティ

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

Windows フォーム デザイナー コントロールにコマンド オブジェクトを表示するかどうかを示す値を取得または設定します。

名前空間:  System.Data.Entity.Core.EntityClient
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public Overrides Property DesignTimeVisible As Boolean 
    Get 
    Set
'使用
Dim instance As EntityCommand 
Dim value As Boolean 

value = instance.DesignTimeVisible

instance.DesignTimeVisible = value
public override bool DesignTimeVisible { get; set; }
public:
virtual property bool DesignTimeVisible {
    bool get () override;
    void set (bool value) override;
}
abstract DesignTimeVisible : bool with get, set 
override DesignTimeVisible : bool with get, set
override function get DesignTimeVisible () : boolean 
override function set DesignTimeVisible (value : boolean)

プロパティ値

型 : System.Boolean
コマンド オブジェクトを Windows フォーム デザイナー コントロールに表示する必要がある場合は true、それ以外の場合は false。

参照

参照

EntityCommand クラス

System.Data.Entity.Core.EntityClient 名前空間