Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
component
Type: System.ObjectThe component (can be null)
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