BuildDropProvider.GetUriForPath Method

Returns a Uri for the specified path.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public MustOverride Function GetUriForPath ( _
    path As String _
) As Uri
public abstract Uri GetUriForPath(
    string path
)
public:
virtual Uri^ GetUriForPath(
    String^ path
) abstract
abstract GetUriForPath : 
        path:string -> Uri
public abstract function GetUriForPath(
    path : String
) : Uri

Parameters

Return Value

Type: System.Uri
A Uri which represents the specified path

.NET Framework Security

See Also

Reference

BuildDropProvider Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace