Gets additional interaction attributes for which change notifications are not raised,
but are still available to query on an interaction.
Namespace: ININ.InteractionClient.AddInAssembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
protected virtual IEnumerable<string> SupportingAttributes { get; } |
Visual Basic |
---|
Protected Overridable ReadOnly Property SupportingAttributes As IEnumerable(Of String) Get |
Field Value
The attributes to make available on an interaction.Remarks
The OnInteractionChanged(Object, InteractionEventArgs) method will NOT be called when these specified attributes change.