MimeTextMatch.Type Propriété
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.
Obtient ou définit une valeur indiquant le format MIME du texte à rechercher.
public:
property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
public string Type { get; set; }
member this.Type : string with get, set
Public Property Type As String
Valeur de propriété
Chaîne indiquant le format MIME du texte à rechercher.
Exemples
MimeText_Binding_Match_8#5
Remarques
Cette propriété retourne une chaîne vide (« ») si sa valeur n’a pas été définie.