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
- 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.