ToolWindowGuids.PropertyBrowser 字段

定义

此工具窗口提供与解决方案资源管理器中当前选定的文件或项目关联的属性列表。

public: System::String ^ PropertyBrowser;
std::wstring PropertyBrowser;
public const string PropertyBrowser;
val mutable PropertyBrowser : string
Public Const PropertyBrowser As String 

字段值

String

注解

可在 .ctc 文件中使用的此工具窗口的 GUID:

#define guidPropertyBrowser { 0xeefa5220, 0xe298, 0x11d0, { 0x8f, 0x78, 0x00, 0xa0, 0xc9, 0x11, 0x00, 0x57 } }  

通常可以通过从 "视图" 菜单中选择 "属性窗口" 来使用此工具窗口。

适用于