Image.PropertyIdList Propriété

Définition

Obtient les ID des éléments de propriété stockés dans ce Image.

public:
 property cli::array <int> ^ PropertyIdList { cli::array <int> ^ get(); };
[System.ComponentModel.Browsable(false)]
public int[] PropertyIdList { get; }
[<System.ComponentModel.Browsable(false)>]
member this.PropertyIdList : int[]
Public ReadOnly Property PropertyIdList As Integer()

Valeur de propriété

Int32[]

Tableau des ID de propriété, un par élément de propriété, stockés dans cette image.

Attributs

Remarques

Si l’image n’a pas d’éléments de propriété ou si le format d’image ne prend pas en charge les éléments de propriété, la PropertyIdList propriété renvoie un tableau vide (autrement dit, un tableau de longueur zéro).

S’applique à

Voir aussi