Condividi tramite


Proprietà VCConfiguration.IntrinsicPropertySheets

Solo per utilizzo interno di Microsoft.non utilizzare.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

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

Valore proprietà

Tipo: System.String
una stringa.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCConfiguration Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine