Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns true if the size of the dictionary will not change.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Private ReadOnly Property IsFixedSize As Boolean
Implements IDictionary.IsFixedSize
Get
bool IDictionary.IsFixedSize { get; }
private:
virtual property bool IsFixedSize {
bool get () sealed = IDictionary::IsFixedSize::get;
}
private abstract IsFixedSize : bool
private override IsFixedSize : bool
JScript does not support explicit interface implementations.
Property Value
Type: System.Boolean
True if the size of the dictionary will not change; otherwise, false.
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.