DiffItemLocalWorkspace.GetFile Method
Returns the file associated with the workspace.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function GetFile As String
public string GetFile()
public:
virtual String^ GetFile() sealed
abstract GetFile : unit -> string
override GetFile : unit -> string
public final function GetFile() : String
Return Value
Type: System.String
The file associated with the workspace.
Implements
.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.