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.
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)
Syntax
public override void SetValue(
object component,
object value
)
public:
virtual void SetValue(
Object^ component,
Object^ value
) override
override SetValue :
component:Object *
value:Object -> unit
Public Overrides Sub SetValue (
component As Object,
value As Object
)
Parameters
component
Type: System.ObjectThe component (can be null)
value
Type: System.Objectnull to clear the value
Return Value
See Also
PropertyExtension<TTargetElementType> Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top