DataViewHierarchyAccessor.SetProperty(Int32, Int32, Object) Méthode
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.
Définit une propriété de hiérarchie spécifiée.
public:
void SetProperty(int itemId, int propertyId, System::Object ^ value);
public void SetProperty (int itemId, int propertyId, object value);
member this.SetProperty : int * int * obj -> unit
Public Sub SetProperty (itemId As Integer, propertyId As Integer, value As Object)
Paramètres
- itemId
- Int32
ID d’élément.
- propertyId
- Int32
ID de propriété de l' __VSHPROPID énumération.
- value
- Object
Valeur de la propriété.