Freigeben über


IEdmStructuredValue.FindPropertyValue-Methode

Sucht den Wert, der dem bereitgestellten Eigenschaftennamen entspricht.

Namespace:  Microsoft.Data.Edm.Values
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Function FindPropertyValue ( _
    propertyName As String _
) As IEdmPropertyValue
'Usage
Dim instance As IEdmStructuredValue
Dim propertyName As String
Dim returnValue As IEdmPropertyValue

returnValue = instance.FindPropertyValue(propertyName)
IEdmPropertyValue FindPropertyValue(
    string propertyName
)
IEdmPropertyValue^ FindPropertyValue(
    String^ propertyName
)
abstract FindPropertyValue : 
        propertyName:string -> IEdmPropertyValue 
function FindPropertyValue(
    propertyName : String
) : IEdmPropertyValue

Parameter

  • propertyName
    Typ: System.String
    Die Eigenschaft, deren Wert gesucht werden soll.

Rückgabewert

Typ: Microsoft.Data.Edm.Values.IEdmPropertyValue
Die gefundene Eigenschaft oder NULL, wenn keine Eigenschaft gefunden wurde.

Siehe auch

Verweis

IEdmStructuredValue Schnittstelle

Microsoft.Data.Edm.Values-Namespace