IModelAnnotationHolder.GetAnnotations メソッド
アタッチされた注釈の一覧を返します。
名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Function GetAnnotations As IList(Of IModelAnnotation)
'使用
Dim instance As IModelAnnotationHolder
Dim returnValue As IList(Of IModelAnnotation)
returnValue = instance.GetAnnotations()
IList<IModelAnnotation> GetAnnotations()
IList<IModelAnnotation^>^ GetAnnotations()
function GetAnnotations() : IList<IModelAnnotation>
戻り値
型 : System.Collections.Generic.IList<IModelAnnotation>