다음을 통해 공유


XamlType.LookupIsNullable 메서드

정의

XAML 정의를 기준으로 이 XamlType이 null 허용 형식을 나타내는지 여부를 지정하는 값을 반환합니다.

protected:
 virtual bool LookupIsNullable();
protected virtual bool LookupIsNullable ();
abstract member LookupIsNullable : unit -> bool
override this.LookupIsNullable : unit -> bool
Protected Overridable Function LookupIsNullable () As Boolean

반환

Boolean

XamlType이 null 허용 형식을 나타내면 true이고, 그렇지 않으면 false입니다.

설명

이 메서드는 .에 대한 호출을 통해 IsNullable호출할 수 있습니다.

기본 구현은 CLR 코어 라이브러리 nullable 개념을 UnderlyingType기반으로 확인합니다. nullUnderlyingTypetrue의 경우 .

다른 논리를 사용하려는 IsNullable 경우 이 메서드를 재정의합니다.

적용 대상