Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves an integer value specifying the size of the parameter.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Overridable Function GetSizeCore As Integer
'Usage
Dim returnValue As Integer
returnValue = Me.GetSizeCore()
protected virtual int GetSizeCore()
protected:
virtual int GetSizeCore()
protected function GetSizeCore() : int
Return Value
Type: System.Int32
The size of the parameter as an integer value.
Remarks
This method is called by the implementation of the Size property.
Notes to Inheritors:
The base implementation of this method returns zero.
.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.