Aracılığıyla paylaş


ModelStore.GetAllAnnotations Yöntem (ModelIdentifier, Type)

Ad alanı:  Microsoft.Data.Schema.SchemaModel
Derleme:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll içinde)

Sözdizimi

'Bildirim
Public Function GetAllAnnotations ( _
    identifier As ModelIdentifier, _
    annotationType As Type _
) As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAllAnnotations(
    ModelIdentifier identifier,
    Type annotationType
)
public:
IList<IModelAnnotation^>^ GetAllAnnotations(
    ModelIdentifier^ identifier, 
    Type^ annotationType
)
member GetAllAnnotations : 
        identifier:ModelIdentifier * 
        annotationType:Type -> IList<IModelAnnotation> 
public function GetAllAnnotations(
    identifier : ModelIdentifier, 
    annotationType : Type
) : IList<IModelAnnotation>

Parametreler

Dönüş Değeri

Tür: System.Collections.Generic.IList<IModelAnnotation>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ModelStore Sınıf

GetAllAnnotations Fazla Yük

Microsoft.Data.Schema.SchemaModel Ad Alanı