DomainPropertyInfo.GetValue(ModelElement) 方法

定义

获取给定模型元素上的属性值。

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

参数

element
ModelElement

要获取其属性的元素。

返回

Object

给定元素的属性值。

适用于