Share via


PhoneLineCellularDetails.GetNetworkOperatorDisplayText Method

Definition

Retrieves the appropriate connection string to display to the user.

public:
 virtual Platform::String ^ GetNetworkOperatorDisplayText(PhoneLineNetworkOperatorDisplayTextLocation ___location) = GetNetworkOperatorDisplayText;
winrt::hstring GetNetworkOperatorDisplayText(PhoneLineNetworkOperatorDisplayTextLocation const& ___location);
public string GetNetworkOperatorDisplayText(PhoneLineNetworkOperatorDisplayTextLocation ___location);
function getNetworkOperatorDisplayText(___location)
Public Function GetNetworkOperatorDisplayText (___location As PhoneLineNetworkOperatorDisplayTextLocation) As String

Parameters

___location
PhoneLineNetworkOperatorDisplayTextLocation

The ___location where the text string is needed. This affects the format of the returned string.

Returns

String

Platform::String

winrt::hstring

The text string to display in the given ___location.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to