ProtoElementBase.GetPropertyValue(Guid) 方法

定义

获取指定域属性的值。

public:
 System::Object ^ GetPropertyValue(Guid domainPropertyId);
public object GetPropertyValue (Guid domainPropertyId);
member this.GetPropertyValue : Guid -> obj
Public Function GetPropertyValue (domainPropertyId As Guid) As Object

参数

domainPropertyId
Guid

要检查的域属性的 Guid id。

返回

Object

指定域属性的值。 如果未找到,则为 null。

适用于