AddInBaseAttribute.ActivatableAs 属性

定义

获取或设置单个外接程序端适配器可用于构造管线的一个或多个外接程序基类型。

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[]

一个外接程序基类型数组。

适用于