Gets the addin custom data.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AdvancedSettings
Dim addinName As String
Dim customDataName As String
Dim value As T
value = instance.GetAddInCustomData(Of T)(addinName, customDataName) |
Parameters
- addinName
- Name of the addin.
- customDataName
- Name of the custom data.
Type Parameters
- T
- Type of custom data to return.
Return Value
The custom data stored in the configuration.
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