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
    Get
Object GeneralPageTool { get; }
property Object^ GeneralPageTool {
    Object^ get ();
}
abstract GeneralPageTool : Object
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

Microsoft.VisualStudio.VCProjectEngine Namespace