NotificationBinding.GetTextElements Method

Definition

Retrieves the text elements of this binding.

public:
 virtual IVectorView<AdaptiveNotificationText ^> ^ GetTextElements() = GetTextElements;
IVectorView<AdaptiveNotificationText> GetTextElements();
public IReadOnlyList<AdaptiveNotificationText> GetTextElements();
function getTextElements()
Public Function GetTextElements () As IReadOnlyList(Of AdaptiveNotificationText)

Returns

A collection of the text elements in this binding.

Applies to