ProtoElementBase.GetPropertyValue(Guid) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定域属性的值。
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。
返回
指定域属性的值。 如果未找到,则为 null。