IPropertyPage.SetPageSite Method

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 IPropertyPage
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

.NET Framework Security

See Also

Reference

IPropertyPage Interface

IPropertyPage Members

Microsoft.VisualStudio.OLE.Interop Namespace