Compartilhar via


XamlTypeMapper.AllowInternalType(Type) Método

Definição

Solicita permissão para um tipo derivado de XamlTypeMapper que é chamado em confiança total para acessar um tipo interno específico.

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

Parâmetros

type
Type

O tipo a acessar.

Retornos

true se o tipo interno puder ser acessado; caso contrário, false.

Comentários

Se não for substituído por uma subclasse, AllowInternalType sempre retornará false.

Quando substituído por uma subclasse, o comportamento deve ser que AllowInternalType deve retornar true se o tipo interno puder ser acessado; caso contrário, false.

Aplica-se a