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)
Syntax
'Declaration
Public Const VCPropertyManager As String
public const string VCPropertyManager
public:
literal String^ VCPropertyManager
static val mutable VCPropertyManager: string
public const var VCPropertyManager : String
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.