ToolWindowGuids80.LocalChanges Field
This tool window displays files that have been changed and that are under source control.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const LocalChanges As String
public const string LocalChanges
public:
literal String^ LocalChanges
static val mutable LocalChanges: string
public const var LocalChanges : String
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.
.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.