FolderDiffFontAndColors.GetItemCount Method
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public Function GetItemCount ( _
<OutAttribute> ByRef pcItems As Integer _
) As Integer
public int GetItemCount(
out int pcItems
)
public:
virtual int GetItemCount(
[OutAttribute] int% pcItems
) sealed
abstract GetItemCount :
pcItems:int byref -> int
override GetItemCount :
pcItems:int byref -> int
public final function GetItemCount(
pcItems : int
) : int
Parameters
- pcItems
Type: System.Int32%
Return Value
Type: System.Int32
Returns Int32.
Implements
IVsFontAndColorDefaults.GetItemCount(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
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace