DataViewHierarchyAccessor.GetObjectType(Int32) 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.
Retrieves the type of the data object associated with the node matching the specified item ID.
public:
System::String ^ GetObjectType(int itemId);
public string GetObjectType (int itemId);
member this.GetObjectType : int -> string
Public Function GetObjectType (itemId As Integer) As String
Parameters
- itemId
- Int32
The item ID of the node for which the object type should be retrieved.
Returns
Returns a string specifying the type of the data object associated with the node matching the specified item ID.
Exceptions
The specified itemId is invalid.