ProjectNode.GetPriorityProjectDesignerPages Method

Gets the set of GUIDs of the preferred property pages.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Protected Overridable Function GetPriorityProjectDesignerPages As Guid()
'使用
Dim returnValue As Guid()

returnValue = Me.GetPriorityProjectDesignerPages()
protected virtual Guid[] GetPriorityProjectDesignerPages()
protected:
virtual array<Guid>^ GetPriorityProjectDesignerPages()
protected function GetPriorityProjectDesignerPages() : Guid[]

Return Value

Type: []

When overridden in derived classes, an array of the GUIDs of the preferred property pages.

Remarks

By default returns an array with Empty as its only member.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace