ToolWindowGuids80.PropertiesWindow Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This tool window provides a list of properties associated with the currently selected file or project in Solution Explorer.
public: System::String ^ PropertiesWindow;
std::wstring PropertiesWindow;
public const string PropertiesWindow;
val mutable PropertiesWindow : string
Public Const PropertiesWindow As String
Field Value
Remarks
The GUID
for this tool window is:
#define guidPropertiesWindow { 0xeefa5220, 0xe298, 0x11d0, { 0x8f, 0x78, 0x00, 0xa0, 0xc9, 0x11, 0x00, 0x57 } }
This tool window is typically available by selecting Properties Window from the View menu.