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
'Usage
Dim instance As VCPlatform 
Dim value As Object 

value = instance.GeneralPageTool
Object GeneralPageTool { get; }
property Object^ GeneralPageTool {
    Object^ get ();
}
function get GeneralPageTool () : Object

Property Value

Type: System.Object
Tool to create a project specific general properties page.

.NET Framework Security

See Also

Reference

VCPlatform Interface

VCPlatform Members

Microsoft.VisualStudio.VCProjectEngine Namespace