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

‘선언
Public Const LocalChanges As String
‘사용 방법
Dim value As String

value = ToolWindowGuids80.LocalChanges
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 that is usable in a .ctc file 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

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace