DomainPropertyInfo.GetValue(ModelElement) Method

Definition

Gets property value on a given model element.

public:
 System::Object ^ GetValue(Microsoft::VisualStudio::Modeling::ModelElement ^ element);
public object GetValue (Microsoft.VisualStudio.Modeling.ModelElement element);
member this.GetValue : Microsoft.VisualStudio.Modeling.ModelElement -> obj
Public Function GetValue (element As ModelElement) As Object

Parameters

element
ModelElement

Element to get property on.

Returns

Property value on given element.

Applies to