NotificationBinding.GetTextElements Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.