Compartilhar via


Propriedade VCProjectReference.SubType

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

Uso do Microsoft somente. 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: String
Uma cadeia de caracteres.

Segurança do .NET Framework

Consulte também

Referência

VCProjectReference Interface

Namespace Microsoft.VisualStudio.VCProjectEngine