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 the current parameter.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected MustOverride Sub SetTypeCore ( _
value As String _
)
protected abstract void SetTypeCore(
string value
)
protected:
virtual void SetTypeCore(
String^ value
) abstract
abstract SetTypeCore :
value:string -> unit
protected abstract function SetTypeCore(
value : String
)
Parameters
value
Type: System.StringA parameter data type.
Remarks
Notes to Inheritors
The derived class must override this method.
.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.