Adds custom data to the specified addin configuration.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AdvancedSettings
Dim addinName As String
Dim customDataName As String
Dim data As T
instance.SetAddInCustomData(Of T)(addinName, customDataName, data) |
Parameters
- addinName
- Name of the addin.
- customDataName
- Name of the custom data.
- data
- The custom data to add to the configuration.
Type Parameters
- T
- Type of custom data.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also