FontAndColorProviderBase.IVsFontAndColorDefaults.GetItemCount(Int32) Method

Definition

Retrieves the item count.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetItemCount([Runtime::InteropServices::Out] int % itemCount) = Microsoft::VisualStudio::Shell::Interop::IVsFontAndColorDefaults::GetItemCount;
int IVsFontAndColorDefaults.GetItemCount (out int itemCount);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetItemCount : int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetItemCount : int -> int
Function GetItemCount (ByRef itemCount As Integer) As Integer Implements IVsFontAndColorDefaults.GetItemCount

Parameters

itemCount
Int32

The item count to get.

Returns

Returns the count value.

Implements

Applies to