DTE2.WindowConfigurations 属性

定义

获取表示所有可用窗口配置的 WindowConfigurations 集合。

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

属性值

WindowConfigurations

一个 WindowConfigurations 集合。

实现

属性

示例

Sub WindowConfigurationsExample()  
  MsgBox(DTE2.WindowConfigurations.ActiveConfigurationName)  
End Sub  

适用于