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
path
Type: System.StringThe path to convert into URI format
Return Value
Type: System.Uri
A Uri which represents the specified path
.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
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace