DialogPage.Site Property

This member overrides Component.Site, and more complete documentation might be available in that topic.

Gets or sets the site of the dialog page. Overrides the implementation inherited from Component.

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Overrides Property Site As ISite
    Get
    Set
‘사용 방법
Dim instance As DialogPage
Dim value As ISite

value = instance.Site

instance.Site = value
public override ISite Site { get; set; }
public:
virtual property ISite^ Site {
    ISite^ get () override;
    void set (ISite^ value) override;
}
abstract Site : ISite with get, set
override Site : ISite with get, set
override function get Site () : ISite
override function set Site (value : ISite)

Property Value

Type: System.ComponentModel.ISite
ISite.

Implements

IComponent.Site

.NET Framework Security

See Also

Reference

DialogPage Class

DialogPage Members

Microsoft.VisualStudio.Shell Namespace

Component

DialogPage

Other Resources

Command-Line Switches (Visual Studio SDK)

Options Pages

Toolbox (Visual Studio SDK)

State Persistence and the Visual Studio IDE