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
'宣言
Protected MustOverride Sub SetTypeCore ( _
value As String _
)
'使用
Dim value As String
Me.SetTypeCore(value)
protected abstract void SetTypeCore(
string value
)
protected:
virtual void SetTypeCore(
String^ value
) abstract
protected abstract function SetTypeCore(
value : String
)
Parameters
value
Type: System.StringA parameter data type.
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.
See Also
Reference
Microsoft.VisualStudio.Data.Framework Namespace
GetTypeImpl()