Sdílet prostřednictvím


ModelStore.GetAllAnnotations – metoda (Type)

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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>

Parametry

Vrácená hodnota

Typ: System.Collections.Generic.IList<IModelAnnotation>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelStore Třída

GetAllAnnotations – přetížení

Microsoft.Data.Schema.SchemaModel – obor názvů