- addinName
- Name of the addin.
- option
- The option.
- value
- The value.
Visual Basic (Declaration) | |
---|---|
Public Sub SetAddInOption( _ ByVal addinName As String, _ ByVal option As String, _ ByVal value As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AdvancedSettings Dim addinName As String Dim option As String Dim value As String instance.SetAddInOption(addinName, option, value) |
Parameters
- addinName
- Name of the addin.
- option
- The option.
- value
- The value.
Options are name/value pairs that are stored under an addin configuration in the tag. If the option doesn't currently exist it is added to the configuration.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7