SmsWapMessage.ContentType 속성

정의

SmsWapMessage에서 Content-Type 헤더의 값을 가져옵니다. 헤더 매개 변수는 Headers 속성에서 찾을 수 있습니다.

public:
 property Platform::String ^ ContentType { Platform::String ^ get(); };
winrt::hstring ContentType();
public string ContentType { get; }
var string = smsWapMessage.contentType;
Public ReadOnly Property ContentType As String

속성 값

String

Platform::String

winrt::hstring

메시지의 Content-Type 헤더 값입니다.

Windows 요구 사항

앱 기능
cellularMessaging sms

적용 대상

추가 정보