SPScriptSafeDomainsCollection 成员
表示脚本安全的外部域的集合。
SPScriptSafeDomainsCollection 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Count | 获取此集合中项的数目。 (从 SPScriptSafeCollection 继承。) | |
Item | 在指定的索引获取该脚本的安全记录。 (从 SPScriptSafeCollection 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
Add | 将域添加到列表中的脚本安全域。 | |
CopyTo | 将所有的值复制到指定数组的指定索引处。 (从 SPScriptSafeCollection 继承。) | |
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetEnumerator | 获取要循环访问集合的枚举。 (从 SPBaseCollection 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
GetTypedEnumerator<T> | 返回以循环访问集合的类型安全枚举。 (从 SPBaseCollection 继承。) | |
InternalAdd | 向集合中添加项。 (从 SPScriptSafeCollection 继承。) | |
InternalRemove | 从集合中移除的项。 (从 SPScriptSafeCollection 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
Remove | 从脚本安全域的列表中删除域。 | |
ToString | (从 Object 继承。) | |
ValidateAndNormalizeValue | 验证并规范化域。 (覆盖 SPScriptSafeCollection.ValidateAndNormalizeValue(String)。) |
页首
显式 接口 实现
名称 | 说明 | |
---|---|---|
ICollection.CopyTo | 将集合中的元素复制到的指定索引处开始的数组。 (从 SPBaseCollection 继承。) | |
IEnumerable<String>.GetEnumerator | (从 SPScriptSafeCollection 继承。) | |
ICollection.IsSynchronized | 获取一个布尔值,指示集合访问是同步还是线程安全。 (从 SPBaseCollection 继承。) | |
ICollection.SyncRoot | 获取用于同步到集合的对象。 (从 SPBaseCollection 继承。) |
页首