PhoneLineCellularDetails.GetNetworkOperatorDisplayText Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The location where the text string is needed. This affects the format of the returned string.
Returns
The text string to display in the given location.
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|