Condividi tramite


Proprietà VCReference.SubType

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Utilizzo di Microsoft.Non utilizzare.

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

Sintassi

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

Valore proprietà

Tipo: System.String
Stringa.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCReference Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine