Share via


TypedArray.UnderlyingSystemType Vlastnost

Definice

Získá typ objektu TypedArray .

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Hodnota vlastnosti

Typ objektu TypedArray .

Implementuje

Poznámky

Tato vlastnost získá typ samotného objektu TypedArray , nikoli typ prvku zadaného pole.

Platí pro

Viz také