Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.StringA 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.