Share via


LinksControl.ArtifactLinkItem Members

Include Protected Members
Include Inherited Members

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

The LinksControl.ArtifactLinkItem type exposes the following members.

Constructors

 

Name

Description

Public method

LinksControl.ArtifactLinkItem

Infrastructure.

Top

Methods

 

Name

Description

Protected method

AddSubitems

Infrastructure. (Overrides LinksControl.LinkItem.AddSubitems().)

Public method

BeginEdit

Places the item text into edit mode. (Inherited from ListViewItem.)

Public method

Clone

Creates an identical copy of the item. (Inherited from ListViewItem.)

Protected method

Deserialize

Deserializes the item. (Inherited from ListViewItem.)

Protected method

DisplayInBrowser

Opens the provided URL in a new Internet Explorer window, and delegates security checks to Internet Explorer. (Inherited from LinksControl.LinkItem.)

Public method

EnsureVisible

Ensures that the item is visible within the control, scrolling the contents of the control, if necessary. (Inherited from ListViewItem.)

Public method

Equals

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

Public method

ExecuteLink

Executes the default action on the current Link. (Inherited from LinksControl.LinkItem.)

Public method

ExecuteLinkOutsideVsip

Uses external addressability to execute a Link when the user operates outside the Visual Studio environment (Inherited from LinksControl.LinkItem.)

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

FindNearestItem

Finds the next item from the ListViewItem, searching in the specified direction. (Inherited from ListViewItem.)

Public method

GetBounds

Retrieves the specified portion of the bounding rectangle for the item. (Inherited from ListViewItem.)

Public method

GetHashCode

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

Public method

GetSubItemAt

Returns the subitem of the ListViewItem at the specified coordinates. (Inherited from ListViewItem.)

Protected method

GetToolTip

Infrastructure. (Overrides LinksControl.LinkItem.GetToolTip().)

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

OnOpen

Infrastructure. (Overrides LinksControl.LinkItem.OnOpen().)

Public method

RefreshText

Infrastructure. (Overrides LinksControl.LinkItem.RefreshText().)

Public method

Remove

Removes the item from its associated ListView control. (Inherited from ListViewItem.)

Protected method

Serialize

Serializes the item. (Inherited from ListViewItem.)

Public method

ToString

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

Public method

UpdateDescription

Infrastructure.

Top

Fields

 

Name

Description

Protected field

cInvalidFileError

(Inherited from LinksControl.LinkItem.)

Protected field

cToolTipFieldFormat

(Inherited from LinksControl.LinkItem.)

Protected field

m_link

(Inherited from LinksControl.LinkItem.)

Protected field

m_owner

(Inherited from LinksControl.LinkItem.)

Top

Properties

 

Name

Description

Public property

BackColor

Gets or sets the background color of the item's text. (Inherited from ListViewItem.)

Public property

Bounds

Gets the bounding rectangle of the item, including subitems. (Inherited from ListViewItem.)

Public property

Checked

Gets or sets a value indicating whether the item is checked. (Inherited from ListViewItem.)

Public property

Focused

Gets or sets a value indicating whether the item has focus within the ListView control. (Inherited from ListViewItem.)

Public property

Font

Gets or sets the font of the text displayed by the item. (Inherited from ListViewItem.)

Public property

ForeColor

Gets or sets the foreground color of the item's text. (Inherited from ListViewItem.)

Public property

Group

Gets or sets the group to which the item is assigned. (Inherited from ListViewItem.)

Public property

ImageIndex

Gets or sets the index of the image that is displayed for the item. (Inherited from ListViewItem.)

Public property

ImageKey

Gets or sets the key for the image that is displayed for the item. (Inherited from ListViewItem.)

Public property

ImageList

Gets the ImageList that contains the image displayed with the item. (Inherited from ListViewItem.)

Public property

IndentCount

Gets or sets the number of small image widths by which to indent the ListViewItem. (Inherited from ListViewItem.)

Public property

Index

Gets the zero-based index of the item within the ListView control. (Inherited from ListViewItem.)

Public property

Link

(Inherited from LinksControl.LinkItem.)

Public property

ListView

Gets the ListView control that contains the item. (Inherited from ListViewItem.)

Public property

Name

Gets or sets the name associated with this ListViewItem. (Inherited from ListViewItem.)

Public property

Position

Gets or sets the position of the upper-left corner of the ListViewItem. (Inherited from ListViewItem.)

Public property

Selected

Gets or sets a value indicating whether the item is selected. (Inherited from ListViewItem.)

Public property

StateImageIndex

Gets or sets the index of the state image (an image such as a selected or cleared check box that indicates the state of the item) that is displayed for the item. (Inherited from ListViewItem.)

Public property

SubItems

Gets a collection containing all subitems of the item. (Inherited from ListViewItem.)

Public property

Tag

Gets or sets an object that contains data to associate with the item. (Inherited from ListViewItem.)

Public property

Text

Gets or sets the text of the item. (Inherited from ListViewItem.)

Public property

ToolTipText

Gets or sets the text shown when the mouse pointer rests on the ListViewItem. (Inherited from ListViewItem.)

Public property

Uri

Infrastructure.

Public property

UseItemStyleForSubItems

Gets or sets a value indicating whether the Font, ForeColor, and BackColor properties for the item are used for all its subitems. (Inherited from ListViewItem.)

Top

Explicit Interface Implementations

 

Name

Description

Explicit interface implemetationPrivate method

ISerializable.GetObjectData

Serializes the item. (Inherited from ListViewItem.)

Top

See Also

Reference

LinksControl.ArtifactLinkItem Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace