ToolWindowGuids80.VCPropertyManager Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.