Share via


PropertyExtension<TTargetElementType>.CanResetValue Method (Object)

 

Returns whether resetting an object changes its value.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Syntax

public override bool CanResetValue(
    object component
)
public:
virtual bool CanResetValue(
    Object^ component
) override
override CanResetValue : 
        component:Object -> bool
Public Overrides Function CanResetValue (
    component As Object
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the value is not empty

See Also

PropertyExtension<TTargetElementType> Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace

Return to top