The parameters of the selected plugin.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property PluginSettings() As IAgVePluginSettings
|
| [C#] |
|---|
public IAgVePluginSettings PluginSettings {get;}
|
| [Managed C++] |
|---|
public: __property IAgVePluginSettings^ get_PluginSettings();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_PluginSettings(
|
| [Java] |
|---|
public IAgVePluginSettings getPluginSettings();
|