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 | 이 모델 요소에서 지정된 주석을 제거합니다. |
위쪽