TypeBrowserDialog::ISite::Container Property

 

Gets the container to associate with the type browser dialog.

Namespace:   System.Workflow.ComponentModel.Design
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.

.NET Framework
Available since 3.0
Return to top
Show: