DisplayMuxDevice.FromIdAsync(String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
static IAsyncOperation<DisplayMuxDevice ^> ^ FromIdAsync(Platform::String ^ deviceInterfaceId);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<DisplayMuxDevice> FromIdAsync(winrt::hstring const& deviceInterfaceId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<DisplayMuxDevice> FromIdAsync(string deviceInterfaceId);
function fromIdAsync(deviceInterfaceId)
Public Shared Function FromIdAsync (deviceInterfaceId As String) As IAsyncOperation(Of DisplayMuxDevice)
Parameter
- deviceInterfaceId
-
String
Platform::String
winrt::hstring
Gibt zurück
- Attribute