AddInBaseAttribute.ActivatableAs プロパティ

定義

1 つのアドイン側アダプターがパイプラインの構築に使用できる 1 つ以上のアドインの基本型を取得または設定します。

public:
 property cli::array <Type ^> ^ ActivatableAs { cli::array <Type ^> ^ get(); void set(cli::array <Type ^> ^ value); };
public Type[] ActivatableAs { get; set; }
member this.ActivatableAs : Type[] with get, set
Public Property ActivatableAs As Type()

プロパティ値

Type[]

アドインの基本型の配列。

適用対象