AppointmentStore.FindLocalIdsFromRoamingIdAsync(String) 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.
public:
virtual IAsyncOperation<IVectorView<Platform::String ^> ^> ^ FindLocalIdsFromRoamingIdAsync(Platform::String ^ roamingId) = FindLocalIdsFromRoamingIdAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<winrt::hstring>> FindLocalIdsFromRoamingIdAsync(winrt::hstring const& roamingId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<string>> FindLocalIdsFromRoamingIdAsync(string roamingId);
function findLocalIdsFromRoamingIdAsync(roamingId)
Public Function FindLocalIdsFromRoamingIdAsync (roamingId As String) As IAsyncOperation(Of IReadOnlyList(Of String))
Parameters
- roamingId
-
String
Platform::String
winrt::hstring
The RoamingId value for which local ID values are sought.
Returns
An asynchronous operation that returns an IVectorView upon successful completion.
- Attributes
Windows requirements
App capabilities |
appointmentsSystem
|