Share via


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

Public method

DataViewBrowseObject

Overloaded. Initializes a new instance of the DataViewBrowseObject object.

Top

Methods

 

Name

Description

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetAttributes

Returns a collection of attributes for the current browse object.

Public method

GetClassName

Retrieves the name of the class for the current browse object.

Public method

GetComponentName

Retrieves the component name of the current browse object.

Public method

GetConverter

Retrieves a type converter for the current browse object.

Public method

GetDefaultEvent

Retrieves the default event for the current browse object.

Public method

GetDefaultProperty

Retrieves the default property for the current browse object.

Public method

GetEditor

Retrieves an editor for the specified base type and for the current browse object.

Public method

GetEvents

Overloaded. Retrieves a collection of events for the current browse object.

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetProperties

Overloaded. Retrieves a collection of properties for the current browse object.

Public method

GetPropertyOwner

Returns an object that contains the property described by the specified property descriptor.

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

RemoveAttributes

Removes the attributes specified by their type identifiers.

Public method

RemoveProperties

Removes all the specified properties from the current browse object.

Public method

SetAttributes

Sets the attributes for the current browse object.

Public method

SetClassName

Sets the class name for the current browse object.

Public method

SetComponentName

Sets the component name for the current browse object.

Public method

SetConverter

Sets the type converter for the current browse object.

Public method

SetDefaultEvent

Sets the default event for the current browse object.

Public method

SetDefaultProperty

Sets the default property for the current browse object.

Public method

SetEditor

Sets or removes the editor for the current browse object.

Public method

SetEvents

Sets the specified events for the current browse object.

Public method

SetProperties

Sets the specified properties for the current browse object.

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

BaseBrowseObject

Gets the base browse object upon which this browse object is based.

Top

Explicit Interface Implementations

 

Name

Description

Explicit interface implemetationPrivate method

IReflect.GetField

Retrieves the field that matches the specified binding constraints for the type of the current instance.

Explicit interface implemetationPrivate method

IReflect.GetFields

Retrieves all the fields defined for the type of the current instance that match the specified binding constraints.

Explicit interface implemetationPrivate method

IReflect.GetMember

Retrieves the specified public members that match the specified binding constraints for the type of the current instance.

Explicit interface implemetationPrivate method

IReflect.GetMembers

Retrieves all the members that match the specified binding constraints for the type of the current instance.

Public method

GetMethod

Overloaded. Retrieves the specified method

Explicit interface implemetationPrivate method

IReflect.GetMethods

Retrieves all the methods defined for the type of the current instance, using the specified binding constraints.

Explicit interface implemetationPrivate method

IReflect.GetProperties

Retrieves all the properties for the type of the current instance, using the specified binding constraints.

Public method

GetProperty

Overloaded. Retrieves the specified property.

Explicit interface implemetationPrivate method

IReflect.InvokeMember

Invokes the specified member using the specified binding constraints and matching the specified argument list, modifiers, and culture.

Explicit interface implemetationPrivate property

IReflect.UnderlyingSystemType

Gets the underlying type of the current browse object.

Top

See Also

Reference

DataViewBrowseObject Class

Microsoft.VisualStudio.Data.Framework Namespace