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.
Sets the data type of this parameter.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected MustOverride Sub SetTypeImpl ( _
value As String _
)
protected abstract void SetTypeImpl(
string value
)
protected:
virtual void SetTypeImpl(
String^ value
) abstract
abstract SetTypeImpl :
value:string -> unit
protected abstract function SetTypeImpl(
value : String
)
Parameters
- value
Type: System.String
A parameter data type.
.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.