IVsProjectDesignerPage.SetSite(IVsProjectDesignerPageSite) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the property page of the Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner.IVsProjDesignerPageSite site.
public:
void SetSite(Microsoft::VisualStudio::ManagedInterfaces::ProjectDesigner::IVsProjectDesignerPageSite ^ site);
public:
void SetSite(Microsoft::VisualStudio::ManagedInterfaces::ProjectDesigner::IVsProjectDesignerPageSite ^ site);
void SetSite(Microsoft::VisualStudio::ManagedInterfaces::ProjectDesigner::IVsProjectDesignerPageSite const & site);
[System.Runtime.InteropServices.DispId(1)]
public void SetSite (Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner.IVsProjectDesignerPageSite site);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member SetSite : Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner.IVsProjectDesignerPageSite -> unit
Public Sub SetSite (site As IVsProjectDesignerPageSite)
Parameters
- Attributes