DataViewBrowseObject Members
Include Protected Members
Include Inherited Members
Represents a dynamic browse object for a node in a data view hierarchy.
The DataViewBrowseObject type exposes the following members.
Constructors
Name
Description
Overloaded. Initializes a new instance of the DataViewBrowseObject object.
Top
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Returns a collection of attributes for the current browse object.
Retrieves the name of the class for the current browse object.
Retrieves the component name of the current browse object.
Retrieves a type converter for the current browse object.
Retrieves the default event for the current browse object.
Retrieves the default property for the current browse object.
Retrieves an editor for the specified base type and for the current browse object.
Overloaded. Retrieves a collection of events for the current browse object.
Serves as a hash function for a particular type. (Inherited from Object.)
Overloaded. Retrieves a collection of properties for the current browse object.
Returns an object that contains the property described by the specified property descriptor.
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Removes the attributes specified by their type identifiers.
Removes all the specified properties from the current browse object.
Sets the attributes for the current browse object.
Sets the class name for the current browse object.
Sets the component name for the current browse object.
Sets the type converter for the current browse object.
Sets the default event for the current browse object.
Sets the default property for the current browse object.
Sets or removes the editor for the current browse object.
Sets the specified events for the current browse object.
Sets the specified properties for the current browse object.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the base browse object upon which this browse object is based.
Top
Explicit Interface Implementations
Name
Description
Retrieves the field that matches the specified binding constraints for the type of the current instance.
Retrieves all the fields defined for the type of the current instance that match the specified binding constraints.
Retrieves the specified public members that match the specified binding constraints for the type of the current instance.
Retrieves all the members that match the specified binding constraints for the type of the current instance.
Overloaded. Retrieves the specified method
Retrieves all the methods defined for the type of the current instance, using the specified binding constraints.
Retrieves all the properties for the type of the current instance, using the specified binding constraints.
Overloaded. Retrieves the specified property.
Invokes the specified member using the specified binding constraints and matching the specified argument list, modifiers, and culture.
Gets the underlying type of the current browse object.
Top