共用方式為


MobileBroadbandCellTdscdma.ChannelNumber 屬性

定義

取得提供儲存格的通道編號。

注意

這項功能僅適用于行動電信業者應用程式,以及行動網路操作員提供特殊許可權存取的 UWP 應用程式。

如果您想要使用此 API 並將您的應用程式發佈至 Microsoft Store,則需要特殊核准。 如需詳細資訊,請參閱應用程式功能宣告主題中的受限制功能一節。

public:
 property IReference<int> ^ ChannelNumber { IReference<int> ^ get(); };
IReference<int> ChannelNumber();
public System.Nullable<int> ChannelNumber { get; }
var iReference = mobileBroadbandCellTdscdma.channelNumber;
Public ReadOnly Property ChannelNumber As Nullable(Of Integer)

屬性值

用於提供儲存格的通道編號。

Windows 需求

應用程式功能
cellularDeviceControl cellularDeviceIdentity

備註

此值的範圍是 0~16383;如果未知,則會傳回 null。

適用於