ExtensionMethods.FindVocabularyAnnotations 方法
包括受保护的成员
包括继承的成员
获取可批注元素的词汇批注。
此成员被重载。有关此成员的完整信息,包括语法、用法和示例,请单击重载列表中的名称。
重载列表
名称 | 说明 | |
---|---|---|
FindVocabularyAnnotations(IEdmModel, IEdmVocabularyAnnotatable) | 获取在特定模型和由该模型引用的模型中定义的可批注元素的词汇批注。 | |
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, IEdmTerm) | 获取绑定特定术语的可批注元素的词汇批注。 | |
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, String) | 获取绑定特定术语的可批注元素的词汇批注。 | |
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, IEdmTerm, String) | 获取绑定特定术语的可批注元素的词汇批注。 | |
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, String, String) | 获取绑定特定术语的可批注元素的词汇批注。 |
页首