AddInOptions Property
Summary
Gets the options provided by the installed add-ins.
Syntax
Public ReadOnly Property AddInOptions As List(Of IAddInOptions)
public:
property List<IAddInOptions^>^ AddInOptions {
List<IAddInOptions^>^ get();
}
Property Value
The list of provided options.