次の方法で共有


カウンター複合型

プロバイダーと、プロバイダーが提供するカウンターを識別するインストルメンテーション マニフェストのセクションを定義します。

<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>

子要素

要素 Type 説明
プロバイダー man:provider カウンターを提供するプロバイダーを識別します。

属性

名前 Type 説明
schemaVersion マニフェストの記述に使用されるスキーマのバージョン。

必要条件

要件
サポートされている最小のクライアント
Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー
Windows Server 2008 [デスクトップ アプリのみ]

関連項目

計測