Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Private Function GetPropertyPage ( _
ByRef rguidPage As Guid, _
ppage As VSPROPSHEETPAGE() _
) As Integer Implements IVsPackage.GetPropertyPage
'使用
Dim instance As Package
Dim rguidPage As Guid
Dim ppage As VSPROPSHEETPAGE()
Dim returnValue As Integer
returnValue = CType(instance, IVsPackage).GetPropertyPage(rguidPage, _
ppage)
int IVsPackage.GetPropertyPage(
ref Guid rguidPage,
VSPROPSHEETPAGE[] ppage
)
private:
virtual int GetPropertyPage(
Guid% rguidPage,
array<VSPROPSHEETPAGE>^ ppage
) sealed = IVsPackage::GetPropertyPage
JScript does not support explicit interface implementations.
Parameters
- rguidPage
Type: System.Guid%
- ppage
Type: []
Return Value
Type: System.Int32
Implements
IVsPackage.GetPropertyPage(Guid%, [])
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.