AddInBaseAttribute.ActivatableAs プロパティ

定義

単一のアドイン側アダプターがパイプラインを構築するために使用できる 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[]

アドイン ベース型の配列。

適用対象