ToolWindowGuids80::PropertySheetManager Field

 

This tool window provides a list of Visual C++ project configurations.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

public:
literal String^ PropertySheetManager

Field Value

Type: System::String^

The GUID for this tool window is:

#define guidPropertySheetManager { 0x6B8E94B5, 0x0949, 0x4d9c, { 0xA8, 0x1F, 0xC1, 0xB9, 0xB7, 0x44, 0x18, 0x5C } }

This tool window is typically available by selecting Properties Manager from the View menu when a Visual C++ project is loaded.

Return to top
Show: