VCCodeMacro.DTE Özellik

Tanım

Üst düzey genişletilebilirlik nesnesini alır.

public:
 property EnvDTE::DTE ^ DTE { EnvDTE::DTE ^ get(); };
public:
 property EnvDTE::DTE ^ DTE { EnvDTE::DTE ^ get(); };
[System.Runtime.InteropServices.DispId(1)]
public EnvDTE.DTE DTE { [System.Runtime.InteropServices.DispId(1)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.DTE : EnvDTE.DTE
Public ReadOnly Property DTE As DTE

Özellik Değeri

DTE

Bir DTE nesnesi.

Öznitelikler

Açıklamalar

Visual Studio 'da nesne, DTE diğer nesne modellerinin genellikle "uygulama" çağrısını yaparken otomasyon modelinin köküdür.

Şunlara uygulanır