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.
Gets a Boolean value indicating whether the size for the current parameter type is fixed.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property IsFixedSize As Boolean
'Usage
Dim value As Boolean
value = Me.IsFixedSize
protected virtual bool IsFixedSize { get; }
protected:
virtual property bool IsFixedSize {
bool get ();
}
protected function get IsFixedSize () : boolean
Property Value
Type: System.Boolean
true if the size is fixed for the current parameter type; otherwise, false.
Remarks
Notes to Inheritors:
The base implementation of this method returns false.
.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.