PropertyExtension<TTargetElementType>::SetValue Method (Object^, Object^)

 

Sets the value of the component to a different value.

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

public:
virtual void SetValue(
	Object^ component,
	Object^ value
) override

Parameters

component
Type: System::Object^

The component (can be null)

value
Type: System::Object^

null to clear the value

Return to top
Show: