This documentation is archived and is not being maintained.
VersionControlArtifactProvider::GetArtifactType Method
Visual Studio 2013
Gets the type of the version control artifact that is associated with the specified URI.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Parameters
- artifactUri
- Type: System::Uri
The URI of the artifact of which the type is desired.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client::VersionControlArtifactTypeThe type of the version control artifact that is associated with the specified URI, or VersionControlArtifactType. Returns none if it does not represent a known version control artifact type.
- 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.
Show: