ToolWindowGuids80::VCPropertyManager Field

 

This tool window displays configuration properties for Visual C++ projects.

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

public:
literal String^ VCPropertyManager

Field Value

Type: System::String^

The GUID for this tool window is:

#define guidVCPropertyManager { 0xDE1FC918, 0xF32E, 0x4DD7, { 0xA9, 0x15, 0x17, 0x92, 0xA0, 0x51, 0xF2, 0x6B } }

This tool window is typically available by selecting Property Manager from the View menu. The contents of the tool window are shown only when a Visual C++ project is loaded.

Return to top
Show: