PendingChangeEventArgs.TargetPendingChangeType Property
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property TargetPendingChangeType As ChangeType
'Usage
Dim instance As PendingChangeEventArgs
Dim value As ChangeType
value = instance.TargetPendingChangeType
public ChangeType TargetPendingChangeType { get; }
public:
property ChangeType TargetPendingChangeType {
ChangeType get ();
}
public function get TargetPendingChangeType () : ChangeType
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.ChangeType
.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.