Partager via


ITestAttachment.Uri, propriété

Obtient l'URI pour l'extraction du contenu de la pièce jointe.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
ReadOnly Property Uri As Uri
    Get
Uri Uri { get; }
property Uri^ Uri {
    Uri^ get ();
}
abstract Uri : Uri
function get Uri () : Uri

Valeur de propriété

Type : System.Uri
URI pour récupérer le contenu.

Notes

Si la pièce jointe n'a pas encore été téléchargée, l'URI est un chemin d'accès "file://...". Après son chargement, l'URI est le chemin d'accès à utiliser pour télécharger la pièce jointe à partir du serveur.

Sécurité .NET Framework

Voir aussi

Référence

ITestAttachment Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms