BuildDropProvider.IsWindowsPath Method
Determines if the specified path is a windows path.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Shared Function IsWindowsPath ( _
path As String _
) As Boolean
public static bool IsWindowsPath(
string path
)
public:
static bool IsWindowsPath(
String^ path
)
static member IsWindowsPath :
path:string -> bool
public static function IsWindowsPath(
path : String
) : boolean
Parameters
path
Type: System.StringThe path which should be checked
Return Value
Type: System.Boolean
True if the specified path represents a UNC or local windows path; otherwise, false
.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