Applies the changes made to the plugin's
configuration.
| [Visual Basic .NET] |
|---|
Public Sub ApplyPluginChanges()
|
| [C#] |
|---|
public void ApplyPluginChanges();
|
| [Managed C++] |
|---|
public: void ApplyPluginChanges();
|
| [Java] |
|---|
public applyPluginChanges();
|
| [Unmanaged C++] |
|---|
public: HRESULT ApplyPluginChanges();
|