_DTE.MacrosIDE Özellik

Tanım

Makrolar IDE 'nin otomasyon modelinin kökünü alır.

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

Özellik Değeri

DTE

Bir DTE nesnesi.

Öznitelikler

Örnekler

Sub MacrosIDEExample()  
  MsgBox(DTE.MacrosIDE.Name)  
End Sub  

Şunlara uygulanır