SPDiagnosticsCollection<T> members
Represents a collection of SPDiagnosticsItems, which contain collections of SPDiagnosticsCategory or SPDiagnosticsArea objects.
The SPDiagnosticsCollection<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPDiagnosticsCollection<T> | Creates a new SPDiagnosticsCollection |
Top
Properties
Name | Description | |
---|---|---|
Item[String] | Returns the specified SPDiagnosticsItem with a matching Name property | |
Item[UInt32] | Returns the specified SPDiagnosticsItem with a matching Id property |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Allows enumerating all items in the collection with a strongly typed Generic IEnumerator | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Allows enumerating all items in the collection with IEnumerator |
Top