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.
Gets the initial capacity for the queue.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property InitialCapacity As Integer
protected virtual int InitialCapacity { get; }
protected:
virtual property int InitialCapacity {
int get ();
}
abstract InitialCapacity : int with get
override InitialCapacity : int with get
function get InitialCapacity () : int
Property Value
Type: System.Int32
Returns the initial capacity.
.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.