NodeProperties.GetPages Method

Fills in an array of class identifiers (CLSID) of property pages that can be displayed for this object.

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

Syntax

'宣言
Public Overridable Sub GetPages ( _
    pages As CAUUID() _
)
'使用
Dim instance As NodeProperties
Dim pages As CAUUID()

instance.GetPages(pages)
public virtual void GetPages(
    CAUUID[] pages
)
public:
virtual void GetPages(
    array<CAUUID>^ pages
)
public function GetPages(
    pages : CAUUID[]
)

Parameters

  • pages
    Type: []

    A caller-allocated CAUUID structure that must be initialized and filled before returning.

Implements

ISpecifyPropertyPages.GetPages([])

Permissions

See Also

Reference

NodeProperties Class

NodeProperties Members

Microsoft.VisualStudio.Package Namespace