. Method
Namespace: Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly: Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.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%
Return Value
Type: System..::..Int32
Implements
IVsFontAndColorDefaultsGetItemCount(Int32%)
See Also
Reference
FontAndColorProviderBase Class
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace