UnmanagedMarshal.ElementCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得數字元素。 這個屬性是唯讀的。
public:
property int ElementCount { int get(); };
public int ElementCount { get; }
member this.ElementCount : int
Public ReadOnly Property ElementCount As Integer
屬性值
整數,指出元素計數。
例外狀況
引數不是 Unmanaged 元素計數。
備註
ElementCount
只有在 有 時,才會有 NativeTypeFixedArray
。