DynamicMetaObject.RuntimeType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得執行階段值的 Type,如果 DynamicMetaObject 沒有相關值則為 null。
public:
property Type ^ RuntimeType { Type ^ get(); };
public Type RuntimeType { get; }
public Type? RuntimeType { get; }
member this.RuntimeType : Type
Public ReadOnly Property RuntimeType As Type
屬性值
執行階段值的 Type 或 null。