Share via


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 ,而不是具型別數位的項目類型。

適用於

另請參閱