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.
Sets an integer value specifying the size of this parameter.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected Overridable Sub SetSizeImpl ( _
value As Integer _
)
protected virtual void SetSizeImpl(
int value
)
protected:
virtual void SetSizeImpl(
int value
)
abstract SetSizeImpl :
value:int -> unit
override SetSizeImpl :
value:int -> unit
protected function SetSizeImpl(
value : int
)
Parameters
- value
Type: System.Int32
An integer specifying size.
Remarks
The base implementation of this method does nothing.
.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.