ExtensionMethods.VocabularyAnnotations 方法
取得從特定模型中所見之可註釋元素的詞彙註釋。
命名空間: Microsoft.Data.Edm
組件: Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)
語法
'宣告
<ExtensionAttribute> _
Public Shared Function VocabularyAnnotations ( _
element As IEdmVocabularyAnnotatable, _
model As IEdmModel _
) As IEnumerable(Of IEdmVocabularyAnnotation)
'用途
Dim element As IEdmVocabularyAnnotatable
Dim model As IEdmModel
Dim returnValue As IEnumerable(Of IEdmVocabularyAnnotation)
returnValue = element.VocabularyAnnotations(model)
public static IEnumerable<IEdmVocabularyAnnotation> VocabularyAnnotations(
this IEdmVocabularyAnnotatable element,
IEdmModel model
)
[ExtensionAttribute]
public:
static IEnumerable<IEdmVocabularyAnnotation^>^ VocabularyAnnotations(
IEdmVocabularyAnnotatable^ element,
IEdmModel^ model
)
static member VocabularyAnnotations :
element:IEdmVocabularyAnnotatable *
model:IEdmModel -> IEnumerable<IEdmVocabularyAnnotation>
public static function VocabularyAnnotations(
element : IEdmVocabularyAnnotatable,
model : IEdmModel
) : IEnumerable<IEdmVocabularyAnnotation>
參數
- element
型別:Microsoft.Data.Edm.IEdmVocabularyAnnotatable
呼叫物件的參考。
- model
型別:Microsoft.Data.Edm.IEdmModel
要檢查是否有註釋的模型。
傳回值
型別:System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
此模型或此模型所參考之模型附加至元素的註釋。
使用注意事項
在 Visual Basic 及 C# 中,您可以在任何型別 IEdmVocabularyAnnotatable 的物件上將這個方法做為執行個體方法呼叫。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱 https://msdn.microsoft.com/zh-tw/library/bb384936(v=vs.103) 或 https://msdn.microsoft.com/zh-tw/library/bb383977(v=vs.103)。