This member overrides PropertyDescriptor.CanResetValue(Object).
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Overrides Function CanResetValue ( _
component As Object _
) As Boolean
'使用
Dim instance As ElementPropertyDescriptor
Dim component As Object
Dim returnValue As Boolean
returnValue = instance.CanResetValue(component)
public override bool CanResetValue(
Object component
)
public:
virtual bool CanResetValue(
Object^ component
) override
public override function CanResetValue(
component : Object
) : boolean
Parameters
- component
Type: System.Object
Return Value
Type: System.Boolean
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
ElementPropertyDescriptor Class