DataViewHierarchyAccessor.SetProperty(Int32, Int32, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a specified hierarchy property.
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)
Parameters
- itemId
- Int32
An item ID.
- propertyId
- Int32
A property ID from the __VSHPROPID enumeration.
- value
- Object
The value for the property.