Image.PropertyIdList 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 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é
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).