VCWizCtlClass.RenderTemplate メソッド
ウィザード プロジェクト用のテンプレート ファイルを表示します。
名前空間: Microsoft.VisualStudio.VsWizard
アセンブリ: Microsoft.VisualStudio.VsWizard (Microsoft.VisualStudio.VsWizard.dll 内)
構文
'宣言
Public Overridable Sub RenderTemplate ( _
bstrTemplateFile As String, _
bstrTargetFile As String, _
bDontProcess As Boolean, _
bOverwrite As Boolean _
)
public virtual void RenderTemplate(
string bstrTemplateFile,
string bstrTargetFile,
bool bDontProcess,
bool bOverwrite
)
public:
virtual void RenderTemplate(
[InAttribute] String^ bstrTemplateFile,
[InAttribute] String^ bstrTargetFile,
[InAttribute] bool bDontProcess,
[InAttribute] bool bOverwrite
)
abstract RenderTemplate :
bstrTemplateFile:string *
bstrTargetFile:string *
bDontProcess:bool *
bOverwrite:bool -> unit
override RenderTemplate :
bstrTemplateFile:string *
bstrTargetFile:string *
bDontProcess:bool *
bOverwrite:bool -> unit
public function RenderTemplate(
bstrTemplateFile : String,
bstrTargetFile : String,
bDontProcess : boolean,
bOverwrite : boolean
)
パラメーター
- bstrTemplateFile
型: System.String
必ず指定します。テンプレート ファイルの名前を含む文字列。
- bstrTargetFile
型: System.String
必ず指定します。ターゲット ファイルの名前を含む文字列。
- bDontProcess
型: System.Boolean
省略可能です。テンプレート ファイルを処理しない場合は true、それ以外の場合は false。
- bOverwrite
型: System.Boolean
省略可能です。新しいテンプレートで既存のテンプレートを上書きする場合は true、それ以外の場合は false。
実装
IVCWizCtlUI.RenderTemplate(String, String, Boolean, Boolean)
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。