VSDiagramViewSite.Container Property
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'Declaration
Public ReadOnly Property Container As IContainer
'Usage
Dim instance As VSDiagramViewSite
Dim value As IContainer
value = instance.Container
public IContainer Container { get; }
public:
virtual property IContainer^ Container {
IContainer^ get () sealed;
}
public final function get Container () : IContainer
Property Value
Type: System.ComponentModel.IContainer
Implements
.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.