TypedArray.UnderlyingSystemType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 TypedArray 物件的型別。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
property Type ^ UnderlyingSystemType { Type ^ get(); };
public Type UnderlyingSystemType { get; }
member this.UnderlyingSystemType : Type
Public ReadOnly Property UnderlyingSystemType As Type
屬性值
TypedArray 物件的類別。
實作
備註
這個屬性會取得物件本身的類型 TypedArray ,而不是具型別數位的項目類型。