TFVCTeamExplorerGettingStartedProviderVS.LaunchItemViaArtifactUri Method
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public Function LaunchItemViaArtifactUri ( _
artifactUriString As String _
) As Boolean
public bool LaunchItemViaArtifactUri(
string artifactUriString
)
public:
virtual bool LaunchItemViaArtifactUri(
String^ artifactUriString
) sealed
abstract LaunchItemViaArtifactUri :
artifactUriString:string -> bool
override LaunchItemViaArtifactUri :
artifactUriString:string -> bool
public final function LaunchItemViaArtifactUri(
artifactUriString : String
) : boolean
Parameters
- artifactUriString
Type: System.String
Return Value
Type: System.Boolean
.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
TFVCTeamExplorerGettingStartedProviderVS Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace