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 type of operation that is starting or has finished.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Type As OperationEventType
Get
public OperationEventType Type { get; }
public:
property OperationEventType Type {
OperationEventType get ();
}
member Type : OperationEventType
function get Type () : OperationEventType
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.OperationEventType
The type of operation that is starting or has finished.
.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.