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