IVersionControlService.UndoDialog Method
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Function UndoDialog ( _
items As String(), _
count As Integer, _
<OutAttribute> ByRef dialogResult As Integer _
) As Integer
int UndoDialog(
string[] items,
int count,
out int dialogResult
)
int UndoDialog(
[InAttribute] array<String^>^ items,
int count,
[OutAttribute] int% dialogResult
)
abstract UndoDialog :
items:string[] *
count:int *
dialogResult:int byref -> int
function UndoDialog(
items : String[],
count : int,
dialogResult : int
) : int
Parameters
- items
Type: array<System.String[]
- count
Type: System.Int32
- dialogResult
Type: System.Int32%
Return Value
Type: System.Int32
Returns Int32.
.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.
See Also
Reference
IVersionControlService Interface
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace