Gets information about the property page.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Sub GetPageInfo ( _
arrInfo As PROPPAGEINFO() _
)
'使用
Dim instance As SettingsPage
Dim arrInfo As PROPPAGEINFO()
instance.GetPageInfo(arrInfo)
public virtual void GetPageInfo(
PROPPAGEINFO[] arrInfo
)
public:
virtual void GetPageInfo(
array<PROPPAGEINFO>^ arrInfo
)
public function GetPageInfo(
arrInfo : PROPPAGEINFO[]
)
Parameters
arrInfo
Type: []An array of PROPPAGEINFO structures.
Implements
Remarks
By default this method populates a PROPPAGEINFO structure with default information. Derived classes should override this method to add the appropriate information to the structure.
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.