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.
Gets the source of the workspace event.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property EventSource As WorkspaceEventSource
Get
public WorkspaceEventSource EventSource { get; }
public:
property WorkspaceEventSource EventSource {
WorkspaceEventSource get ();
}
member EventSource : WorkspaceEventSource
function get EventSource () : WorkspaceEventSource
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.WorkspaceEventSource
Returns WorkspaceEventSource.
Remarks
Was the event raised as a result of an internal action or raised from an external event (such as a notification from another process on the same desktop)?
.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.