DataCollectorTypeUriAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Utilise un URI pour identifier, de manière unique, le type d'adaptateur de données de diagnostic.
public ref class DataCollectorTypeUriAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
public sealed class DataCollectorTypeUriAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
type DataCollectorTypeUriAttribute = class
inherit Attribute
Public NotInheritable Class DataCollectorTypeUriAttribute
Inherits Attribute
- Héritage
-
DataCollectorTypeUriAttribute
- Attributs
Constructeurs
| DataCollectorTypeUriAttribute(String) |
Crée une instance de la DataCollectorTypeUriAttribute classe à l’aide de la chaîne fournie en tant qu’URI pour l’adaptateur de données de diagnostic. |
Propriétés
| TypeUri |
Obtient l'URI qui identifie, de manière unique, le type de l'adaptateur de données de diagnostic. |