IVersionControlService.GetDialog Method
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Function GetDialog ( _
items As String(), _
<OutAttribute> checkedItems As Integer(), _
count As Integer, _
includeAllFilesUnder As String, _
<OutAttribute> ByRef includeAllFilesUnderCheck As Integer, _
<OutAttribute> ByRef revisionFlag As Integer, _
<OutAttribute> ByRef revisionStr As String, _
<OutAttribute> ByRef pProviderData As IntPtr, _
<OutAttribute> ByRef dialogResult As Integer _
) As Integer
int GetDialog(
string[] items,
int[] checkedItems,
int count,
string includeAllFilesUnder,
out int includeAllFilesUnderCheck,
out int revisionFlag,
out string revisionStr,
out IntPtr pProviderData,
out int dialogResult
)
int GetDialog(
[InAttribute] array<String^>^ items,
[InAttribute] [OutAttribute] array<int>^ checkedItems,
int count,
[InAttribute] String^ includeAllFilesUnder,
[OutAttribute] int% includeAllFilesUnderCheck,
[OutAttribute] int% revisionFlag,
[OutAttribute] String^% revisionStr,
[OutAttribute] IntPtr% pProviderData,
[OutAttribute] int% dialogResult
)
abstract GetDialog :
items:string[] *
checkedItems:int[] byref *
count:int *
includeAllFilesUnder:string *
includeAllFilesUnderCheck:int byref *
revisionFlag:int byref *
revisionStr:string byref *
pProviderData:IntPtr byref *
dialogResult:int byref -> int
function GetDialog(
items : String[],
checkedItems : int[],
count : int,
includeAllFilesUnder : String,
includeAllFilesUnderCheck : int,
revisionFlag : int,
revisionStr : String,
pProviderData : IntPtr,
dialogResult : int
) : int
Parameters
- items
Type: array<System.String[]
- checkedItems
Type: array<System.Int32[]
- count
Type: System.Int32
- includeAllFilesUnder
Type: System.String
- includeAllFilesUnderCheck
Type: System.Int32%
- revisionFlag
Type: System.Int32%
- revisionStr
Type: System.String%
- pProviderData
Type: System.IntPtr%
- dialogResult
Type: System.Int32%
Return Value
Type: System.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