PropertyExtension<TTargetElementType>::ResetValue Method (Object^)

 

Resets the value for this property of the component to the default value.

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

public:
virtual void ResetValue(
	Object^ component
) override

Parameters

component
Type: System::Object^

The component (can be null)

Return to top
Show: