WebBrowserPermission.IsUnrestricted Método

Definição

Retorna um valor que indica se a permissão atual é irrestrita.Returns a value indicating whether the current permission is unrestricted.

public:
 virtual bool IsUnrestricted();
public bool IsUnrestricted ();
abstract member IsUnrestricted : unit -> bool
override this.IsUnrestricted : unit -> bool
Public Function IsUnrestricted () As Boolean

Retornos

Boolean

true se a propriedade Level estiver definida como Unrestricted; caso contrário, false.true if the Level property is set to Unrestricted; otherwise, false.

Implementações

Exemplos

O exemplo de código a seguir mostra como usar o método IsUnrestricted.The following code example shows how to use the IsUnrestricted method.

bool isUnrestricted = webBrowserPermission.IsUnrestricted();
Dim isUnrestricted As Boolean = webBrowserPermission.IsUnrestricted()

Comentários

Uma permissão irrestrita representa o acesso a qualquer e a todos os recursos protegidos pela permissão.An unrestricted permission represents access to any and all resources protected by the permission.

Uso do Atributo XAMLXAML Attribute Usage

Membros dessa classe não são normalmente usados em XAML ou não podem ser usados em XAML.Members of this class are either not typically used in XAML, or cannot be used in XAML.

Aplica-se a