Sets the value of the parameter.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
Protected MustOverride Sub SetValueCore ( _
value As Object _
)
'使用
Dim value As Object
Me.SetValueCore(value)
protected abstract void SetValueCore(
Object value
)
protected:
virtual void SetValueCore(
Object^ value
) abstract
protected abstract function SetValueCore(
value : Object
)
Parameters
value
Type: System.ObjectAn object value to which the parameter is set.
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
GetValueImpl()