Share via


GraphNodeIdPropertyDescriptor.CanResetValue Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns whether resetting an object changes its value.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Overrides Function CanResetValue ( _
    component As Object _
) As Boolean
public override bool CanResetValue(
    Object component
)
public:
virtual bool CanResetValue(
    Object^ component
) override
abstract CanResetValue : 
        component:Object -> bool  
override CanResetValue : 
        component:Object -> bool
public override function CanResetValue(
    component : Object
) : boolean

Parameters

  • component
    Type: System.Object

    The component to test for reset capability.

Return Value

Type: System.Boolean
True if resetting the component changes its value; otherwise, false.

.NET Framework Security

See Also

Reference

GraphNodeIdPropertyDescriptor Class

Microsoft.VisualStudio.GraphModel Namespace