Retrieves the configuration-dependent property pages.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Sub GetPages ( _
pages As CAUUID() _
)
'使用
Dim instance As ProjectConfig
Dim pages As CAUUID()
instance.GetPages(pages)
public void GetPages(
CAUUID[] pages
)
public:
virtual void GetPages(
array<CAUUID>^ pages
) sealed
public final function GetPages(
pages : CAUUID[]
)
Parameters
pages
Type: []A pre-allocated array of CAUUID structures pointing to the CLSIDs of the property pages.
Implements
ISpecifyPropertyPages.GetPages([])
Remarks
This method is part of the ISpecifyPropertyPages interface.
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.