SPScriptSafePagesCollection members
Include protected members
Include inherited members
Representa uma coleção de páginas seguras de script de coleção de site interno.
The SPScriptSafePagesCollection 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 uma URL relativa de conjunto de sites à lista de páginas internas seguras de 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 a lista de páginas interno seguro de script uma URL relativa de conjunto de sites. | |
ToString | (Inherited from Object.) | |
ValidateAndNormalizeValue | Valida e normaliza um URL de página da coleção de sites. (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