ILocalUpdateOperation.SourceLocalItem Property

Gets the local path where the item currently exists.

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

Syntax

'宣言
ReadOnly Property SourceLocalItem As String
    Get
string SourceLocalItem { get; }
property String^ SourceLocalItem {
    String^ get ();
}
abstract SourceLocalItem : string
function get SourceLocalItem () : String

Property Value

Type: System.String
The local path where the item currently exists. Null if the workspace does not have the item.

.NET Framework Security

See Also

Reference

ILocalUpdateOperation Interface

Microsoft.TeamFoundation.VersionControl.Client Namespace