PropertyExtension<TTargetElementType>.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.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.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.ObjectThe component (can be null)
Return Value
Type: System.Boolean
true if the value is not empty
.NET Framework Security
- 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
PropertyExtension<TTargetElementType> Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace