ToolWindowGuids80.PropertySheetManager Field

Definition

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

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

Field Value

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.

Applies to