MediaFrameSourceGroup.FromIdAsync(String) メソッド

定義

指定した ID を持つメディア フレーム ソース グループを非同期に取得します。

public:
 static IAsyncOperation<MediaFrameSourceGroup ^> ^ FromIdAsync(Platform::String ^ id);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<MediaFrameSourceGroup> FromIdAsync(winrt::hstring const& id);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<MediaFrameSourceGroup> FromIdAsync(string id);
function fromIdAsync(id)
Public Shared Function FromIdAsync (id As String) As IAsyncOperation(Of MediaFrameSourceGroup)

パラメーター

id
String

Platform::String

winrt::hstring

メディア フレーム ソース グループの一意識別子。

戻り値

正常に完了したときに MediaFrameSourceGroup を返す非同期操作。

属性

適用対象