다음을 통해 공유


ISmsTextMessage.PartNumber 속성

정의

이 메시지가 다중 파트 메시지의 일부인 경우 다중 파트 메시지의 파트 번호를 검색합니다. PartReferenceId 및 PartCount 속성과 함께 파트를 함께 조인하여 원래 메시지를 다시 구성하는 데 사용할 수 있습니다.

public:
 property unsigned int PartNumber { unsigned int get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("SmsTextMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsTextMessage2.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Devices.Sms.LegacySmsApiContract)]
uint32_t PartNumber();
/// [get: Windows.Foundation.Metadata.Deprecated("SmsTextMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsTextMessage2.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Devices.Sms.LegacySmsApiContract")]
uint32_t PartNumber();
public uint PartNumber { [Windows.Foundation.Metadata.Deprecated("SmsTextMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsTextMessage2.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Devices.Sms.LegacySmsApiContract))] get; }
public uint PartNumber { [Windows.Foundation.Metadata.Deprecated("SmsTextMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsTextMessage2.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Devices.Sms.LegacySmsApiContract")] get; }
var uInt32 = iSmsTextMessage.partNumber;
Public ReadOnly Property PartNumber As UInteger

속성 값

UInt32

unsigned int

uint32_t

부호 없는 정수입니다. 그것은 하나의 기반입니다. PartCount + 1을 초과하지 않습니다.

특성

Windows 요구 사항

앱 기능
cellularMessaging sms

적용 대상