PhoneCallStore.GetDefaultLineAsync 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.
Gets the line ID for the current default phone line.
public:
virtual IAsyncOperation<Platform::Guid> ^ GetDefaultLineAsync() = GetDefaultLineAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::guid> GetDefaultLineAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<Guid> GetDefaultLineAsync();
function getDefaultLineAsync()
Public Function GetDefaultLineAsync () As IAsyncOperation(Of Guid)
Returns
An asynchronous operation that returns the line ID upon successful completion.
- Attributes
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|