TypeBrowserDialog::ISite::Container Property
.NET Framework (current version)
Gets the container to associate with the type browser dialog.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
private: property IContainer^ Container { virtual IContainer^ get() sealed = ISite::Container::get; }
Property Value
Type: System.ComponentModel::IContainer^The IContainer to associate with the TypeBrowserDialog.
Implements
ISite::ContainerIf P:System.Workflow.ComponentModel.Design.TypeBrowserDialog.System.ComponentModel.ISite.Container returns a null reference (Nothing in Visual Basic), P:System.Workflow.ComponentModel.Design.TypeBrowserDialog.System.ComponentModel.ISite.Component has not bound an IComponent to the TypeBrowserDialog.
This method is required because TypeBrowserDialog implements ISite. For TypeBrowserDialog, P:System.Workflow.ComponentModel.Design.TypeBrowserDialog.System.ComponentModel.ISite.Container always returns a null reference (Nothing in Visual Basic).
.NET Framework
Available since 3.0
Available since 3.0
Show: