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