DialogPage::Site Property

 
Use BaseTrue

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

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property ISite^ Site {
	virtual ISite^ get() override;
	virtual void set(ISite^ value) override;
}

Property Value

Type: System.ComponentModel::ISite^

ISite.

Return to top
Show: