次の方法で共有


DesignerAppManager(String) コンストラクター

定義

DesignerAppManager クラスの新しいインスタンスを初期化します。

public:
 DesignerAppManager(Platform::String ^ appUserModelId);
 DesignerAppManager(winrt::hstring const& appUserModelId);
public DesignerAppManager(string appUserModelId);
function DesignerAppManager(appUserModelId)
Public Sub New (appUserModelId As String)

パラメーター

appUserModelId
String

Platform::String

winrt::hstring

アプリ ユーザー モデルの識別子。

適用対象