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)

Syntax

'Declaration
Public Const PropertySheetManager As String
public const string PropertySheetManager
public:
literal String^ PropertySheetManager
static val mutable PropertySheetManager: string
public const var PropertySheetManager : String

Remarks

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.

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

Microsoft.VisualStudio.Shell.Interop Namespace