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.
gets the current value of the property on a component.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
public override object GetValue(
object component
)
public:
virtual Object^ GetValue(
Object^ component
) override
override GetValue :
component:Object -> Object
Public Overrides Function GetValue (
component As Object
) As Object
Parameters
component
Type: System.ObjectThe component (can be null)
Return Value
Type: System.Object
null if there is no property value
See Also
PropertyExtension<TTargetElementType> Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top