Partilhar via


Propriedade VCReference.SubType

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Uso somente no Microsoft.Não use.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String
Uma cadeia de caracteres.

Segurança do .NET Framework

Consulte também

Referência

VCReference Interface

Namespace Microsoft.VisualStudio.VCProjectEngine