Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Build a VersionControlIntegrationUri object by using the BIS server, artifact type, and artifact name.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
'Declaration
Public Sub New ( _
teamFoundationServerUrl As String, _
artifactType As ArtifactType, _
artifactName As String _
)
public VersionControlIntegrationUri(
string teamFoundationServerUrl,
ArtifactType artifactType,
string artifactName
)
public:
VersionControlIntegrationUri(
String^ teamFoundationServerUrl,
ArtifactType artifactType,
String^ artifactName
)
new :
teamFoundationServerUrl:string *
artifactType:ArtifactType *
artifactName:string -> VersionControlIntegrationUri
public function VersionControlIntegrationUri(
teamFoundationServerUrl : String,
artifactType : ArtifactType,
artifactName : String
)
Parameters
teamFoundationServerUrl
Type: System.StringThe Team Foundation Server url
artifactType
Type: Microsoft.TeamFoundation.VersionControl.Common.ArtifactTypeThe artifact type
artifactName
Type: System.StringThe artifact id (type dependent)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
VersionControlIntegrationUri Class