IModelAnnotationHolder インターフェイス
アタッチされた注釈を持つことができるクラスを表します。
名前空間: Microsoft.Data.Schema.SchemaModel
アセンブリ: Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public Interface IModelAnnotationHolder
public interface IModelAnnotationHolder
public interface class IModelAnnotationHolder
type IModelAnnotationHolder = interface end
public interface IModelAnnotationHolder
IModelAnnotationHolder 型で公開されるメンバーは以下のとおりです。
メソッド
名前 | 説明 | |
---|---|---|
AddAnnotation | 指定された注釈をこの要素に追加します。 | |
GetAnnotations() | この要素にアタッチされた注釈の一覧を返します。 | |
GetAnnotations(Type) | 指定した種類のアタッチされた注釈の一覧を返します。 | |
GetAnnotations(ModelIdentifier) | 指定した識別子を持つアタッチされた注釈の一覧を返します。 | |
GetAnnotations(ModelIdentifier, Type) | ||
GetAnnotations<TType>() | 特定の注釈の種類を実装し、指定したモデル識別子を持つ、アタッチされたすべてのモデルの注釈を返します。 | |
GetAnnotations<TType>(ModelIdentifier) | ||
RemoveAnnotation | このモデル要素から指定した注釈を削除します。 |
このページのトップへ