NodeProperties.GetProjectDesignerPages Method

Gets the property pages that are associated with the project designer.

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

Syntax

'宣言
Public Overridable Function GetProjectDesignerPages ( _
    pages As CAUUID() _
) As Integer
'使用
Dim instance As NodeProperties
Dim pages As CAUUID()
Dim returnValue As Integer

returnValue = instance.GetProjectDesignerPages(pages)
public virtual int GetProjectDesignerPages(
    CAUUID[] pages
)
public:
virtual int GetProjectDesignerPages(
    array<CAUUID>^ pages
)
public function GetProjectDesignerPages(
    pages : CAUUID[]
) : int

Parameters

  • pages
    Type: []

    An array of CAUUID structures representing the property pages.

Return Value

Type: System.Int32

By default returns S_OK().

Implements

IVsSpecifyProjectDesignerPages.GetProjectDesignerPages([])

Remarks

This method returns the property pages that are configuration-independent.

Permissions

See Also

Reference

NodeProperties Class

NodeProperties Members

Microsoft.VisualStudio.Package Namespace