SimplePropertyEntry.UseSetAttribute プロパティ

定義

コード作成中に SetAttribute(String, String) メソッドを呼び出す必要があるかどうかを示す値を取得または設定します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 property bool UseSetAttribute { bool get(); void set(bool value); };
public bool UseSetAttribute { get; set; }
member this.UseSetAttribute : bool with get, set
Public Property UseSetAttribute As Boolean

プロパティ値

SetAttribute(String, String) を呼び出す必要がある場合は true。それ以外の場合は false

適用対象

こちらもご覧ください