ControlProcessParameterPropertyGrid.ISite.Container Property
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Private ReadOnly Property Container As IContainer
Implements ISite.Container
IContainer ISite.Container { get; }
private:
virtual property IContainer^ Container {
IContainer^ get () sealed = ISite::Container::get;
}
private abstract Container : IContainer with get
private override Container : IContainer with get
JScript does not support explicit interface implementations.
Property Value
Type: System.ComponentModel.IContainer
Returns 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.