Share via


DynamicAttribute.TransformFlags プロパティ

定義

型の構築のプレフィックス走査において、どの Object のオカレンスを動的ディスパッチ型として処理するかを指定します。

public:
 property System::Collections::Generic::IList<bool> ^ TransformFlags { System::Collections::Generic::IList<bool> ^ get(); };
public System.Collections.Generic.IList<bool> TransformFlags { get; }
member this.TransformFlags : System.Collections.Generic.IList<bool>
Public ReadOnly Property TransformFlags As IList(Of Boolean)

プロパティ値

動的ディスパッチ型として処理する Object のオカレンスのリスト。

適用対象