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

IDiffItem.GetFile()

.NET Framework Security

See Also

Reference

DiffItemLocalWorkspace Class

Microsoft.TeamFoundation.VersionControl.Client Namespace