TimedTextSubformat.StartIndex 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 de regard de la sous-chaîne à laquelle le SubformatStyle s’applique .
public:
property int StartIndex { int get(); void set(int value); };
int StartIndex();
void StartIndex(int value);
public int StartIndex { get; set; }
var int32 = timedTextSubformat.startIndex;
timedTextSubformat.startIndex = int32;
Public Property StartIndex As Integer
Valeur de propriété
Int32
int
Index de départ de la sous-chaîne à laquelle le style de mise en forme s’applique.