次の方法で共有


IVCWizCtlUI.RenderTemplate メソッド

ウィザード プロジェクト用のテンプレート ファイルを表示します。

名前空間:  Microsoft.VisualStudio.VsWizard
アセンブリ:  Microsoft.VisualStudio.VsWizard (Microsoft.VisualStudio.VsWizard.dll 内)

構文

'宣言
Sub RenderTemplate ( _
    bstrTemplateFile As String, _
    bstrTargetFile As String, _
    bDontProcess As Boolean, _
    bOverwrite As Boolean _
)
void RenderTemplate(
    string bstrTemplateFile,
    string bstrTargetFile,
    bool bDontProcess,
    bool bOverwrite
)
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
function RenderTemplate(
    bstrTemplateFile : String, 
    bstrTargetFile : String, 
    bDontProcess : boolean, 
    bOverwrite : boolean
)

パラメーター

  • bstrTemplateFile
    型 : String

    必須。 テンプレート ファイルの名前を含む文字列。

  • bstrTargetFile
    型 : String

    必須。 ターゲット ファイルの名前を含む文字列。

  • bDontProcess
    型 : Boolean

    省略可能。 テンプレート ファイルを処理しない場合は true、それ以外の場合は false。

  • bOverwrite
    型 : Boolean

    省略可能。 新しいテンプレートで既存のテンプレートを上書きする場合は true、それ以外の場合は false。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

IVCWizCtlUI インターフェイス

Microsoft.VisualStudio.VsWizard 名前空間