Share via


IBindableVector.Size 属性

定义

获取向量中的项数。

public:
 property unsigned int Size { unsigned int get(); };
uint32_t Size();
public uint Size { get; }
var uInt32 = iBindableVector.size;
Public ReadOnly Property Size As UInteger

属性值

UInt32

unsigned int

uint32_t

向量中的项数。

注解

使用 .NET 编程时,此接口是隐藏的,开发人员应使用 System.Collections.IList 接口。

适用于

另请参阅