DTE2.Macros 属性

定义

获取 Macros 对象。

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

属性值

Macros

Macros 对象。

实现

属性

示例

Sub MacrosExample()  
  MsgBox(DTE2.Macros.IsRecording)  
End Sub  

适用于