VCPlatform.GeneralPageTool Property
Gets the tool used to overwrite the project general properties page.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
ReadOnly Property GeneralPageTool As Object
Object GeneralPageTool { get; }
property Object^ GeneralPageTool {
Object^ get ();
}
abstract GeneralPageTool : Object with get
function get GeneralPageTool () : Object
Property Value
Type: Object
Tool to create a project specific general properties page.
.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.