다음을 통해 공유


IConventionAnnotatableBuilder.CanRemoveAnnotation(String, Boolean) 메서드

정의

이 구성 원본을 사용하여 지정된 이름의 주석을 제거할 수 있는지 여부를 나타내는 값을 반환합니다.

public bool CanRemoveAnnotation (string name, bool fromDataAnnotation = false);
abstract member CanRemoveAnnotation : string * bool -> bool
Public Function CanRemoveAnnotation (name As String, Optional fromDataAnnotation As Boolean = false) As Boolean

매개 변수

name
String

제거할 주석의 이름입니다.

fromDataAnnotation
Boolean

데이터 주석을 사용하여 구성을 지정했는지 여부를 나타냅니다.

반환

true 주석을 제거할 수 있으면 이고, false 그렇지 않으면 입니다.

적용 대상