Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Defines the section of the instrumentation manifest that identifies the provider and the counters that they provide.
<xs:complexType name="counters">
<xs:choice
minOccurs="1"
maxOccurs="1"
>
<xs:element name="provider"
type="man:provider"
/>
</xs:choice>
<xs:attribute name="schemaVersion"
use="required"
>
<xs:simpleType>
<xs:restriction
base="xs:string"
>
<xs:enumeration
value="1.1"
/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
Child elements
| Element | Type | Description |
|---|---|---|
| provider | man:provider | Identifies a provider that provides counters. |
Attributes
| Name | Type | Description |
|---|---|---|
| schemaVersion | The version of the schema used to write the manifest. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |