Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Windows 8, Windows 8.1
Represents a collection of system collector identifiers, event collector identifiers, and optionally heap event collector identifiers.
Element Hierarchy
<WindowsPerformanceRecorder>
<Profiles>
<Profile>
<Collectors>
Syntax
<Collectors Operation = "Set" | "Add" | “Remove” >
<!-- Child elements -->
SystemCollectorId,
EventCollectorId,
HeapEventCollectorId
</Collectors>
Attributes and Elements
Attributes
| Attribute | Description | Data type | Required | Default |
|---|---|---|---|---|
Operation |
Indicates whether collectors should be set or added. |
This attribute can have one of the following values:
|
No |
Set |
Child Elements
| Element | Description | Requirement |
|---|---|---|
Represents a system collector identifier. |
Optional, zero or 1. There must be at least one collector, either system or event. |
|
Represents an event collector identifier. |
Optional, zero or more. There must be at least one collector, either system or event. |
|
Represents a heap event collector identifier. |
Optional, zero or more. |
Parent Elements
| Element | Description |
|---|---|
Represents a collection of problem categories and collectors. |