SPScriptSafeDomainsCollection members
Include protected members
Include inherited members
Representa uma coleção de domínios externos seguros do script.
The SPScriptSafeDomainsCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Obtém o número de itens dessa coleção. (Inherited from SPScriptSafeCollection.) | |
Item | Obtém o registro de segurança de script no índice especificado. (Inherited from SPScriptSafeCollection.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adiciona um domínio à lista de domínios seguros do script. | |
CopyTo | Copia todos os valores para a matriz especificada no índice especificado. (Inherited from SPScriptSafeCollection.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Obtém um enumerador para iterar através da coleção. (Inherited from SPBaseCollection.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetTypedEnumerator<T> | Retorna um enumerador de tipo seguro para fazer uma iteração através da coleção. (Inherited from SPBaseCollection.) | |
InternalAdd | Adiciona um item à coleção. (Inherited from SPScriptSafeCollection.) | |
InternalRemove | Remove um item da coleção. (Inherited from SPScriptSafeCollection.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Remove um domínio da lista de domínios seguros do script. | |
ToString | (Inherited from Object.) | |
ValidateAndNormalizeValue | Valida e normaliza um domínio. (Overrides SPScriptSafeCollection.ValidateAndNormalizeValue(String).) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | Copia os elementos da coleção para uma matriz, iniciando no índice de matriz especificada. (Inherited from SPBaseCollection.) | |
IEnumerable<String>.GetEnumerator | (Inherited from SPScriptSafeCollection.) | |
ICollection.IsSynchronized | Obtém um valor booleano que indica se o acesso à coleção é sincronizado ou thread-safe. (Inherited from SPBaseCollection.) | |
ICollection.SyncRoot | Obtém um objeto que é usado para sincronizar o acesso à coleção. (Inherited from SPBaseCollection.) |
Top