다음을 통해 공유


XamlTypeMapper.AllowInternalType(Type) 메서드

정의

특정 내부 형식에 액세스하기 위해 완전 신뢰로 호출되어야 하는 XamlTypeMapper 파생 형식에 대한 권한을 요청합니다.

protected:
 virtual bool AllowInternalType(Type ^ type);
protected virtual bool AllowInternalType (Type type);
abstract member AllowInternalType : Type -> bool
override this.AllowInternalType : Type -> bool
Protected Overridable Function AllowInternalType (type As Type) As Boolean

매개 변수

type
Type

액세스할 형식입니다.

반환

내부 형식에 액세스할 수 있으면 true이고, 그렇지 않으면 false입니다.

설명

서브 클래스에서 재정의 되지 않은 경우 AllowInternalType 항상 반환 false합니다.

하위 클래스에서 재정의 된 경우 동작 여야 AllowInternalType 반환할지 true 내부 형식 그러지 않으면 액세스 할 수 있으면 false합니다.

적용 대상