Click or drag to resize
Sandcastle Help File BuilderProjectReferenceItem Methods

The ProjectReferenceItem type exposes the following members.

Methods
  NameDescription
Public methodEquals
See if specified item equals this one by name alone
(Inherited from ReferenceItem.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAttributes
Returns a collection of custom attributes for this instance of a component.
(Inherited from ReferenceItem.)
Public methodGetClassName
Returns the class name of this instance of a component.
(Inherited from ReferenceItem.)
Public methodGetComponentName
Returns the name of this instance of a component.
(Inherited from ReferenceItem.)
Public methodGetConverter
Returns a type converter for this instance of a component.
(Inherited from ReferenceItem.)
Public methodGetDefaultEvent
Returns the default event for this instance of a component.
(Inherited from ReferenceItem.)
Public methodGetDefaultProperty
Returns the default property for this instance of a component.
(Inherited from ReferenceItem.)
Public methodGetEditor
Returns an editor of the specified type for this instance of a component.
(Inherited from ReferenceItem.)
Public methodGetEvents
Returns the events for this instance of a component.
(Inherited from ReferenceItem.)
Public methodGetEvents(Attribute)
Returns the events for this instance of a component using the specified attribute array as a filter.
(Inherited from ReferenceItem.)
Public methodGetHashCode
Get a hash code for this item
(Inherited from ReferenceItem.)
Public methodGetProperties
Returns the properties for this instance of a component.
(Inherited from ReferenceItem.)
Public methodGetProperties(Attribute)
Returns the properties for this instance of a component using the attribute array as a filter.
(Inherited from ReferenceItem.)
Public methodGetPropertyOwner
Returns an object that contains the property described by the specified property descriptor.
(Inherited from ReferenceItem.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Return a string representation of the item
(Inherited from ReferenceItem.)
Top
See Also