IEdmStructuredValue.FindPropertyValue(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
尋找提供之屬性名稱的對應值。
public Microsoft.OData.Edm.Vocabularies.IEdmPropertyValue FindPropertyValue (string propertyName);
abstract member FindPropertyValue : string -> Microsoft.OData.Edm.Vocabularies.IEdmPropertyValue
Public Function FindPropertyValue (propertyName As String) As IEdmPropertyValue
參數
- propertyName
- String
要尋找其值的屬性。
傳回
找到的屬性,如果找不到屬性則為 null。