Share via


PropertyCollection Classe

Définition

Classe pour récupérer ou définir une valeur de propriété à partir d’une collection de propriétés.

public class PropertyCollection
type PropertyCollection = class
Public Class PropertyCollection
Héritage
PropertyCollection

Constructeurs

PropertyCollection(IntPtr)

Constructeur pour créer PropertyCollection

Méthodes

Close()

Supprimer le conteneur de propriétés

GetProperty(PropertyId)

Recherche la propriété nommée avec cette valeur PropertyId.

GetProperty(PropertyId, String)

Recherche la propriété nommée avec cette valeur PropertyId.

GetProperty(String)

Recherche la propriété qui porte ce nom de chaîne.

GetProperty(String, String)

Recherche la propriété qui porte ce nom de chaîne.

SetProperty(PropertyId, String)

Définir la valeur d’une propriété.

SetProperty(String, String)

Définir la valeur d’une propriété.

S’applique à