Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Usage
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 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.