다음을 통해 공유


NotificationBinding.GetTextElements 메서드

정의

이 바인딩의 텍스트 요소를 검색합니다.

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

반환

이 바인딩에 있는 텍스트 요소의 컬렉션입니다.

적용 대상