This documentation is archived and is not being maintained.

ExtendedItem::IsInWorkspace Property

Gets a flag that describes whether this file exists locally.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property bool IsInWorkspace {
	bool get ();
}

Property Value

Type: System::Boolean
True if this file exists locally; otherwise, false.

Returns false for pending deletions if the file was successfully deleted.

Show: