Represents a collection of folder operations.
The following tables list the members exposed by the FolderOperationsCollection type.
Public Constructors
| 名称 | Description | |
|---|---|---|
| FolderOperationsCollection | Initializes a new instance of the FolderOperationsCollection class. | 
顶部
Public Properties
(see also Protected Properties )
| 名称 | Description | |
|---|---|---|
| .gif) | Capacity | (inherited from CollectionBase ) | 
| .gif) | Count | (inherited from CollectionBase ) | 
| .gif) | Item | Gets or sets the element at the specified index. In C#, this property is the indexer for the FolderOperationsCollection class. In JScript, you can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property whose type is Object and whose index type is String. | 
顶部
Protected Properties
| 名称 | Description | |
|---|---|---|
| .gif) | InnerList | (inherited from CollectionBase ) | 
| .gif) | List | (inherited from CollectionBase ) | 
顶部
Public Methods
(see also Protected Methods )
| 名称 | Description | |
|---|---|---|
| .gif) | Add | Adds an object to the end of the FolderOperationsCollection. | 
| .gif) | Clear | (inherited from CollectionBase ) | 
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | GetEnumerator | (inherited from CollectionBase ) | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | RemoveAt | (inherited from CollectionBase ) | 
| .gif) | ToString | (inherited from Object ) | 
顶部
Protected Methods
| 名称 | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
| .gif) | OnClear | (inherited from CollectionBase ) | 
| .gif) | OnClearComplete | (inherited from CollectionBase ) | 
| .gif) | OnInsert | (inherited from CollectionBase ) | 
| .gif) | OnInsertComplete | (inherited from CollectionBase ) | 
| .gif) | OnRemove | (inherited from CollectionBase ) | 
| .gif) | OnRemoveComplete | (inherited from CollectionBase ) | 
| .gif) | OnSet | (inherited from CollectionBase ) | 
| .gif) | OnSetComplete | (inherited from CollectionBase ) | 
| .gif) | OnValidate | (inherited from CollectionBase ) | 
顶部
Explicit Interface Implementations
| 名称 | Description | |
|---|---|---|
| System.Collections.ICollection.CopyTo | (inherited from CollectionBase ) | |
| System.Collections.IList.Add | (inherited from CollectionBase ) | |
| System.Collections.IList.Contains | (inherited from CollectionBase ) | |
| System.Collections.IList.IndexOf | (inherited from CollectionBase ) | |
| System.Collections.IList.Insert | (inherited from CollectionBase ) | |
| System.Collections.IList.Remove | (inherited from CollectionBase ) | |
| System.Collections.ICollection.IsSynchronized | (inherited from CollectionBase ) | |
| System.Collections.ICollection.SyncRoot | (inherited from CollectionBase ) | |
| System.Collections.IList.IsFixedSize | (inherited from CollectionBase ) | |
| System.Collections.IList.IsReadOnly | (inherited from CollectionBase ) | |
| System.Collections.IList.Item | (inherited from CollectionBase ) | 
顶部
请参阅
参考
FolderOperationsCollection Class
Microsoft.ReportingServices.Interfaces Namespace