ExtensionMethods.FindPropertyBinding 方法 (IEdmTypeAnnotation, IEdmProperty)
取得型別註釋之型別字詞的屬性繫結。
命名空間: Microsoft.Data.Edm
組件: Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)
語法
'宣告
<ExtensionAttribute> _
Public Shared Function FindPropertyBinding ( _
annotation As IEdmTypeAnnotation, _
property As IEdmProperty _
) As IEdmPropertyValueBinding
'用途
Dim annotation As IEdmTypeAnnotation
Dim property As IEdmProperty
Dim returnValue As IEdmPropertyValueBinding
returnValue = annotation.FindPropertyBinding(property)
public static IEdmPropertyValueBinding FindPropertyBinding(
this IEdmTypeAnnotation annotation,
IEdmProperty property
)
[ExtensionAttribute]
public:
static IEdmPropertyValueBinding^ FindPropertyBinding(
IEdmTypeAnnotation^ annotation,
IEdmProperty^ property
)
static member FindPropertyBinding :
annotation:IEdmTypeAnnotation *
property:IEdmProperty -> IEdmPropertyValueBinding
public static function FindPropertyBinding(
annotation : IEdmTypeAnnotation,
property : IEdmProperty
) : IEdmPropertyValueBinding
參數
- annotation
型別:Microsoft.Data.Edm.Annotations.IEdmTypeAnnotation
要搜尋的註釋。
- property
型別:Microsoft.Data.Edm.IEdmProperty
要搜尋的屬性。
傳回值
型別:Microsoft.Data.Edm.Annotations.IEdmPropertyValueBinding
型別註釋中的屬性繫結,如果沒有繫結存在則為 null。
使用注意事項
在 Visual Basic 及 C# 中,您可以在任何型別 IEdmTypeAnnotation 的物件上將這個方法做為執行個體方法呼叫。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱 https://msdn.microsoft.com/zh-tw/library/bb384936(v=vs.103) 或 https://msdn.microsoft.com/zh-tw/library/bb383977(v=vs.103)。