Compartilhar via


Propriedade VCActiveXReference.SubType

Obtém ou define o subtipo do arquivo como composto pelo designer.

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
O subtipo do arquivo.

Segurança do .NET Framework

Consulte também

Referência

VCActiveXReference Interface

Namespace Microsoft.VisualStudio.VCProjectEngine