Retrieves a byte value specifying the default precision for the current parameter type.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Protected Overridable ReadOnly Property DefaultPrecision As Byte
'使用
Dim value As Byte
value = Me.DefaultPrecision
protected virtual byte DefaultPrecision { get; }
protected:
virtual property unsigned char DefaultPrecision {
unsigned char get ();
}
protected function get DefaultPrecision () : byte
Property Value
Type: System.Byte
Returns a byte value specifying the default precision for the current parameter type.
Remarks
This is the value used for the precision if the Precision property is set to 0, indicating the default.
Permissions
- 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.