IPropertyPage2.SetPageSite Method

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

Syntax

'Declaration
Sub SetPageSite ( _
    pPageSite As IPropertyPageSite _
)
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

Microsoft.VisualStudio.OLE.Interop Namespace