次の方法で共有


WizardDesigner.ConvertToTemplate(String, IComponent, String, String[]) メソッド

定義

選択したコントロールを、関連付けられているコントロール内のテンプレートに変換します。

protected:
 void ConvertToTemplate(System::String ^ description, System::ComponentModel::IComponent ^ component, System::String ^ templateName, cli::array <System::String ^> ^ keys);
protected void ConvertToTemplate (string description, System.ComponentModel.IComponent component, string templateName, string[] keys);
member this.ConvertToTemplate : string * System.ComponentModel.IComponent * string * string[] -> unit
Protected Sub ConvertToTemplate (description As String, component As IComponent, templateName As String, keys As String())

パラメーター

description
String

トランザクションの完了を許可する効果の説明。これは、ユーザーが操作をキャンセルできるようにするために、デザイン ホストによって使用されます。

component
IComponent

このデザイナーに関連付けられているウィザード コントロール。

templateName
String

変換先のテンプレートの名前。

keys
String[]

テンプレートに含めるコントロールの ID の配列。

適用対象

こちらもご覧ください