FontAndColorProviderBase.IVsFontAndColorDefaults.GetItemCount(Int32) 方法

定义

检索项计数。

 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

参数

itemCount
Int32

要获取的项计数。

返回

返回计数值。

实现

适用于