VCConfiguration.IntrinsicPropertySheets Property

Microsoft internal use only. Do not use.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

声明
Property IntrinsicPropertySheets As String
用法
Dim instance As VCConfiguration
Dim value As String

value = instance.IntrinsicPropertySheets

instance.IntrinsicPropertySheets = value
string IntrinsicPropertySheets { get; set; }
property String^ IntrinsicPropertySheets {
    String^ get ();
    void set (String^ value);
}
function get IntrinsicPropertySheets () : String
function set IntrinsicPropertySheets (value : String)

Property Value

Type: System.String

Permissions

See Also

Reference

VCConfiguration Interface

VCConfiguration Members

Microsoft.VisualStudio.VCProjectEngine Namespace