This member overrides PropertyDescriptor.SetValue(Object, Object).
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Overrides Sub SetValue ( _
component As Object, _
value As Object _
)
'使用
Dim instance As RolePlayerPropertyDescriptor
Dim component As Object
Dim value As Object
instance.SetValue(component, value)
public override void SetValue(
Object component,
Object value
)
public:
virtual void SetValue(
Object^ component,
Object^ value
) override
public override function SetValue(
component : Object,
value : Object
)
Parameters
- component
Type: System.Object
- value
Type: System.Object
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
RolePlayerPropertyDescriptor Class