IModelAnnotationHolder.GetAnnotations メソッド (ModelStore.Identifier)
特定の識別子を名前に含む、アタッチされた注釈の一覧を返します。
名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Function GetAnnotations ( _
identifier As ModelStore..::.Identifier _
) As IList(Of IModelAnnotation)
'使用
Dim instance As IModelAnnotationHolder
Dim identifier As ModelStore..::.Identifier
Dim returnValue As IList(Of IModelAnnotation)
returnValue = instance.GetAnnotations(identifier)
IList<IModelAnnotation> GetAnnotations(
ModelStore..::.Identifier identifier
)
IList<IModelAnnotation^>^ GetAnnotations(
ModelStore..::.Identifier^ identifier
)
function GetAnnotations(
identifier : ModelStore..::.Identifier
) : IList<IModelAnnotation>
パラメータ
- identifier
型 : Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier
識別子を指定します。
戻り値
型 : System.Collections.Generic.IList<IModelAnnotation>