LabelUri Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
LabelUri(String, Int32) | Construct a Label Uri object given a Team Foundation Server Url, and label identifier. | |
LabelUri(TeamFoundationServer, Int32) | Obsolete. Construct a Label Uri object given a Team Foundation Server Url, and label identifier. | |
LabelUri(TfsTeamProjectCollection, Int32) | Construct a Label Uri object given a Team Foundation project collection object, and label identifier. |
Top