ToolWindowGuids80.LocalChanges Field

Definition

This tool window displays files that have been changed and that are under source control.

public: System::String ^ LocalChanges;
std::wstring LocalChanges;
public const string LocalChanges;
val mutable LocalChanges : string
Public Const LocalChanges As String 

Field Value

Remarks

The GUID for this tool window is:

#define guidLocalChanges { 0x53544C4D, 0x5C18, 0x11D3, 0xAB71, { 0x00, 0x50, 0x04, 0x0A, 0xE0, 0x94 } }  

This tool window is typically available by selecting Pending Checkins from the View menu.

Applies to