IVsProjectDesignerPage.SetSite Method
Notifies the property page of the IVsProjDesignerPageSite site.
Namespace: Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner
Assembly: Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)
Syntax
'Déclaration
Sub SetSite ( _
site As IVsProjectDesignerPageSite _
)
'Utilisation
Dim instance As IVsProjectDesignerPage
Dim site As IVsProjectDesignerPageSite
instance.SetSite(site)
void SetSite(
IVsProjectDesignerPageSite site
)
void SetSite(
IVsProjectDesignerPageSite^ site
)
abstract SetSite :
site:IVsProjectDesignerPageSite -> unit
function SetSite(
site : IVsProjectDesignerPageSite
)
Parameters
- site
Type: Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner.IVsProjectDesignerPageSite
IVsProjectDesignerPageSite.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsProjectDesignerPage Interface
IVsProjectDesignerPage Members
Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner Namespace