AddInBaseAttribute::ActivatableAs Property

 

Gets or sets one or more add-in base types that a single add-in-side adapter can use to construct the pipeline.

Namespace:   System.AddIn.Pipeline
Assembly:  System.AddIn (in System.AddIn.dll)

public:
property array<Type^>^ ActivatableAs {
	array<Type^>^ get();
	void set(array<Type^>^ value);
}

Property Value

Type: array<System::Type^>^

An array of add-in base types.

.NET Framework
Available since 3.5
Return to top
Show: