Gets the property pages for 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 ProjectConfig
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: []A pre-allocated array of CAUUID structures pointing to the CLSIDs of the property pages.
Return Value
Type: System.Int32
S_OK.
Implements
IVsSpecifyProjectDesignerPages.GetProjectDesignerPages([])
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.