FontAndColorProviderBase.IVsFontAndColorDefaults.GetItemCount Method
Gets the item count.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.dll)
Syntax
'Declaration
Private Function GetItemCount ( _
<OutAttribute> ByRef itemCount As Integer _
) As Integer Implements IVsFontAndColorDefaults.GetItemCount
'Usage
Dim instance As FontAndColorProviderBase
Dim itemCount As Integer
Dim returnValue As Integer
returnValue = CType(instance, IVsFontAndColorDefaults).GetItemCount(itemCount)
int IVsFontAndColorDefaults.GetItemCount(
out int itemCount
)
private:
virtual int GetItemCount(
[OutAttribute] int% itemCount
) sealed = IVsFontAndColorDefaults::GetItemCount
private abstract GetItemCount :
itemCount:int byref -> int
private override GetItemCount :
itemCount:int byref -> int
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- itemCount
Type: System.Int32%
A pointer to Int32.
Return Value
Type: System.Int32
An integer value that specifies the count.
Implements
IVsFontAndColorDefaultsGetItemCount(Int32)
See Also
Reference
FontAndColorProviderBase Class
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace