ModelStore.GetAllAnnotations-Methode (Type)
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetAllAnnotations ( _
annotationType As Type _
) As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAllAnnotations(
Type annotationType
)
public:
IList<IModelAnnotation^>^ GetAllAnnotations(
Type^ annotationType
)
member GetAllAnnotations :
annotationType:Type -> IList<IModelAnnotation>
public function GetAllAnnotations(
annotationType : Type
) : IList<IModelAnnotation>
Parameter
- annotationType
Typ: System.Type
Rückgabewert
Typ: System.Collections.Generic.IList<IModelAnnotation>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.