DomainPropertyInfo.GetValue(ModelElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.