다음을 통해 공유


ScheduledTileNotification.Content 속성

정의

예약된 타일 업데이트 내용에 대한 XML 설명을 가져옵니다.

public:
 property XmlDocument ^ Content { XmlDocument ^ get(); };
XmlDocument Content();
public XmlDocument Content { get; }
var xmlDocument = scheduledTileNotification.content;
Public ReadOnly Property Content As XmlDocument

속성 값

알림 콘텐츠가 포함된 개체입니다.

설명

이 정보는 ScheduledTileNotification을 만들 때 설정됩니다.

검색된 요소와 해당 특성은 DOM(문서 개체 모델) 조작 함수를 통해 조작됩니다. XML 문서에 있는 타일 요소 및 특성에 대한 설명은 타일 스키마 를 참조하세요.

적용 대상

추가 정보