次の方法で共有


IPropertyPage2.SetPageSite Method (IPropertyPageSite)

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'宣言
Sub SetPageSite ( _
    pPageSite As IPropertyPageSite _
)
'使用
Dim instance As IPropertyPage2
Dim pPageSite As IPropertyPageSite

instance.SetPageSite(pPageSite)
void SetPageSite(
    IPropertyPageSite pPageSite
)
void SetPageSite(
    [InAttribute] IPropertyPageSite^ pPageSite
)
abstract SetPageSite : 
        pPageSite:IPropertyPageSite -> unit 
function SetPageSite(
    pPageSite : IPropertyPageSite
)

Parameters

Implements

IPropertyPage.SetPageSite(IPropertyPageSite)

.NET Framework Security

See Also

Reference

IPropertyPage2 Interface

IPropertyPage2 Members

SetPageSite Overload

Microsoft.VisualStudio.OLE.Interop Namespace