IVersionControlService.GetCachedStatus Method
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Function GetCachedStatus ( _
context As VersionControlContextFlags, _
items As String(), _
<OutAttribute> status As Integer(), _
count As Integer _
) As Integer
int GetCachedStatus(
VersionControlContextFlags context,
string[] items,
int[] status,
int count
)
int GetCachedStatus(
[InAttribute] VersionControlContextFlags context,
[InAttribute] array<String^>^ items,
[OutAttribute] array<int>^ status,
int count
)
abstract GetCachedStatus :
context:VersionControlContextFlags *
items:string[] *
status:int[] byref *
count:int -> int
function GetCachedStatus(
context : VersionControlContextFlags,
items : String[],
status : int[],
count : int
) : int
Parameters
- items
Type: array<System.String[]
- status
Type: array<System.Int32[]
- count
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