Freigeben über


VCConfiguration.IntrinsicPropertySheets-Eigenschaft

Nur für die interne Verwendung durch Microsoft vorgesehen. Nicht verwenden.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: String
Eine Zeichenfolge.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCConfiguration Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace