Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
Public ReadOnly Property Container As IContainer
'使用
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
Permissions
- 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.