VisitPropertyObject Delegate
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.
Represents a property object to visit.
public delegate void VisitPropertyObject(int propertyIndex, System::Object ^ value);
public delegate void VisitPropertyObject(int propertyIndex, object value);
type VisitPropertyObject = delegate of int * obj -> unit
Public Delegate Sub VisitPropertyObject(propertyIndex As Integer, value As Object)
Parameters
- propertyIndex
- Int32
The index of the property.
- value
- Object
The value.