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 相符項目清單。

適用於