VCRuntimeStringProperty.Inheritable プロパティ

このプロパティで親オブジェクトから継承できるかどうかを設定または取得します。

名前空間 :  Microsoft.VisualStudio.VCProjectEngine
アセンブリ :  Microsoft.VisualStudio.VCProjectEngine (Microsoft.VisualStudio.VCProjectEngine.dll 内)

構文

'宣言
Property Inheritable As Boolean
'使用
Dim instance As VCRuntimeStringProperty
Dim value As Boolean

value = instance.Inheritable

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

プロパティ値

型 : System.Boolean

VCRuntimeStringProperty オブジェクトが親オブジェクトから値を継承できる場合は true です。

アクセス許可

  • 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

VCRuntimeStringProperty インターフェイス

VCRuntimeStringProperty メンバ

Microsoft.VisualStudio.VCProjectEngine 名前空間