Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the site for the diagram view. This property is a passthrough to the associated DiagramClientView's site.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Overrides Property Site As ISite
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
Implements
IComponent.Site
IComponent.Site
.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.