TypedArray.UnderlyingSystemType 屬性

定義

會取得物件的 TypedArray 類型。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 property Type ^ UnderlyingSystemType { Type ^ get(); };
public Type UnderlyingSystemType { get; }
member this.UnderlyingSystemType : Type
Public ReadOnly Property UnderlyingSystemType As Type

屬性值

物件的 TypedArray 類型。

實作

備註

這個屬性取得的是物件本身的型別 TypedArray ,而非型別陣列的元素型別。

適用於

另請參閱