次の方法で共有


Package.IVsPackage.GetPropertyPage Method

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

  • ppage
    Type: []

Return Value

Type: System.Int32

Implements

IVsPackage.GetPropertyPage(Guid%, [])

Permissions

See Also

Reference

Package Class

Package Members

Microsoft.VisualStudio.Shell Namespace