VCConfiguration.IntrinsicPropertySheets 屬性

僅限 Microsoft 內部使用。不要使用。

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
Property IntrinsicPropertySheets As String
string IntrinsicPropertySheets { get; set; }
property String^ IntrinsicPropertySheets {
    String^ get ();
    void set (String^ value);
}
abstract IntrinsicPropertySheets : string with get, set
function get IntrinsicPropertySheets () : String
function set IntrinsicPropertySheets (value : String)

屬性值

型別:System.String
字串。

.NET Framework 安全性

請參閱

參考

VCConfiguration 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間