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
- ___location
- PhoneLineNetworkOperatorDisplayTextLocation
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
|