OutputTextAudioRealtimeServerMessage.ContentIndex 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 l’index du composant de contenu dont le texte a été mis à jour.
public:
property Nullable<int> ContentIndex { Nullable<int> get(); void set(Nullable<int> value); };
public int? ContentIndex { get; set; }
member this.ContentIndex : Nullable<int> with get, set
Public Property ContentIndex As Nullable(Of Integer)