SettingsPage.SetPageSite Method

Initializes a property page and provides the property page object with the Initializes a property page and provides the property page object with the IPropertyPageSite interface through which the property page communicates with the property frame.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable Sub SetPageSite ( _
    theSite As IPropertyPageSite _
)
'使用
Dim instance As SettingsPage
Dim theSite As IPropertyPageSite

instance.SetPageSite(theSite)
public virtual void SetPageSite(
    IPropertyPageSite theSite
)
public:
virtual void SetPageSite(
    IPropertyPageSite^ theSite
)
public function SetPageSite(
    theSite : IPropertyPageSite
)

Parameters

Implements

IPropertyPage.SetPageSite(IPropertyPageSite)

Permissions

See Also

Reference

SettingsPage Class

SettingsPage Members

Microsoft.VisualStudio.Package Namespace