ModelStore.GetAllAnnotations 方法

包括受保护的成员
包括继承的成员

返回所有批注。

重载此成员。有关此成员的完整信息(包括语法、用法和示例),请单击重载列表中的相应名称。

重载列表

  名称 说明
公共方法 GetAllAnnotations() 返回所有批注的列表。
公共方法 GetAllAnnotations<TType>() 列表返回实现给定类型的模型上的批注。
公共方法 GetAllAnnotations(Type)
公共方法 GetAllAnnotations(ModelIdentifier) 返回使用所提供标识符命名的所有批注的列表。
公共方法 GetAllAnnotations<TType>(ModelIdentifier) 返回实现给定类型的所有批注。
公共方法 GetAllAnnotations(ModelIdentifier, Type)

页首

请参见

参考

ModelStore 类

Microsoft.Data.Schema.SchemaModel 命名空间