TswaHyperlinkBuilder Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Common.TswaHyperlinkBuilder
    Microsoft.TeamFoundation.Client.TswaClientHyperlinkService
    Microsoft.TeamFoundation.Framework.Server.TswaServerHyperlinkService

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'宣言
Public MustInherit Class TswaHyperlinkBuilder
public abstract class TswaHyperlinkBuilder
public ref class TswaHyperlinkBuilder abstract
[<AbstractClass>]
type TswaHyperlinkBuilder =  class end
public abstract class TswaHyperlinkBuilder

The TswaHyperlinkBuilder type exposes the following members.

Constructors

  Name Description
Protected method TswaHyperlinkBuilder

Top

Properties

  Name Description
Protected property CollectionId
Protected property CompatibleMode

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 GetAnnotateSourceControlItemUrl(String, Int32)
Public method GetAnnotateSourceControlItemUrl(String, String)
Public method GetAnnotateSourceControlItemUrl(String, Int32, String)
Public method GetAnnotateSourceControlItemUrl(String, String, String)
Public method GetArtifactViewerUrl(Uri)
Public method GetArtifactViewerUrl(Uri, String)
Public method GetChangesetDetailsUrl(Int32)
Public method GetChangesetDetailsUrl(Int32, String)
Public method GetDifferenceSourceControlItemsUrl(String, Int32, String, Int32)
Public method GetDifferenceSourceControlItemsUrl(String, String, String, String)
Public method GetDifferenceSourceControlItemsUrl(String, Int32, String, Int32, String)
Public method GetDifferenceSourceControlItemsUrl(String, String, String, String, String)
Public method GetDifferenceSourceControlShelvedItemUrl(String, Int32, String, String, String)
Public method GetDifferenceSourceControlShelvedItemUrl(String, String, String, String, String, String)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetHistorySourceControlItemUrl(String, String)
Public method GetHistorySourceControlItemUrl(String, String, String)
Public method GetHomeUrl()
Public method GetHomeUrl(String)
Public method GetHomeUrl(Uri)
Public method GetHomeUrl(Uri, String)
Public method GetShelvesetDetailsUrl(String, String)
Public method GetShelvesetDetailsUrl(String, String, String)
Public method GetSourceExplorerUrl(String)
Public method GetSourceExplorerUrl(String, String)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method GetUrl
Public method GetViewBuildDetailsUrl(Uri)
Public method GetViewBuildDetailsUrl(Uri, String)
Public method GetViewSourceControlItemUrl(Int32, String)
Public method GetViewSourceControlItemUrl(String, Int32)
Public method GetViewSourceControlItemUrl(String, String)
Public method GetViewSourceControlItemUrl(Int32, String, String)
Public method GetViewSourceControlItemUrl(String, Int32, String)
Public method GetViewSourceControlItemUrl(String, String, String)
Public method GetViewSourceControlShelvedItemUrl(String, String, String)
Public method GetViewSourceControlShelvedItemUrl(String, String, String, String)
Public method GetWorkItemEditorUrl(Int32)
Public method GetWorkItemEditorUrl(Int32, String)
Public method GetWorkItemEditorUrl(Uri, String)
Public method GetWorkItemEditorUrl(Uri, String, String)
Public method GetWorkItemQueryEditorUrl(Uri, String)
Public method GetWorkItemQueryEditorUrl(Uri, String, String)
Public method GetWorkItemQueryResultsUrl(Uri, Guid)
Public method GetWorkItemQueryResultsUrl(Uri, String)
Public method GetWorkItemQueryResultsUrl(Uri, Guid, String)
Public method GetWorkItemQueryResultsUrl(Uri, String, String)
Public method GetWorkItemWiqlQueryEditorUrl(Uri, String, String)
Public method GetWorkItemWiqlQueryEditorUrl(Uri, String, String, String)
Public method GetWorkItemWiqlQueryResultsUrl(Uri, String, String)
Public method GetWorkItemWiqlQueryResultsUrl(Uri, String, String, String)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Common Namespace