Item

EmbeddedFileCollection indexer (1 of 2)

Obtient le fichier intégré par son index.

public FileSpecification this[int index] { get; }
ParamètreLa description
indexIndex du fichier intégré. La numérotation commence à partir de 1.

Return_Value

Spécification du fichier intégré récupéré

Voir également


EmbeddedFileCollection indexer (2 of 2)

Obtient le fichier intégré par son nom.

public FileSpecification this[string name] { get; }
ParamètreLa description
nameNom du fichier intégré.

Return_Value

Spécification du fichier intégré récupéré.

Voir également