次の方法で共有


_ExternalApplication2.NewFromSolutionWithInputParameters メソッド

定義

指定したフォーム テンプレートと入力パラメーターを使用して、新しいフォームを作成します。

public:
 void NewFromSolutionWithInputParameters(System::String ^ bstrSolutionURI, System::String ^ bstrInputParameters);
public void NewFromSolutionWithInputParameters(string bstrSolutionURI, string bstrInputParameters);
abstract member NewFromSolutionWithInputParameters : string * string -> unit
Public Sub NewFromSolutionWithInputParameters (bstrSolutionURI As String, bstrInputParameters As String)

パラメーター

bstrSolutionURI
String

新しいフォームの基になるフォーム テンプレートの URI (Uniform Resource Identifier)。

bstrInputParameters
String

アンパサンド (&) 文字で区切られた 1 つ以上の名前/値ペア。

注釈

パラメーターに渡される入力パラメーターをbstrInputParameters使用するには、パラメーターで指定されたフォームにbstrSolutionURI、 クラスの プロパティをOnLoadInputParameters使用して入力パラメーター値を_XDocument4取得し、それらの値で何かを行うイベント ハンドラーが含まれている必要があります。 これを行う方法の例については、プロパティのトピックを InputParameters 参照してください。

適用対象