ToolWindowGuids80.VCPropertyManager Field

Definition

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

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

Field Value

Remarks

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.

Applies to