Solution4.AddFromTemplateEx メソッド
既存のプロジェクト ファイルと、プロジェクト ファイルに含まれるすべての項目やサブディレクトリを指定の場所にコピーし、ソリューションに追加します。
名前空間: EnvDTE100
アセンブリ: EnvDTE100 (EnvDTE100.dll 内)
構文
'宣言
Function AddFromTemplateEx ( _
FileName As String, _
Destination As String, _
ProjectName As String, _
SolutionName As String, _
Exclusive As Boolean, _
Options As UInteger _
) As Project
Project AddFromTemplateEx(
string FileName,
string Destination,
string ProjectName,
string SolutionName,
bool Exclusive,
uint Options
)
Project^ AddFromTemplateEx(
[InAttribute] String^ FileName,
[InAttribute] String^ Destination,
[InAttribute] String^ ProjectName,
[InAttribute] String^ SolutionName,
[InAttribute] bool Exclusive,
[InAttribute] unsigned int Options
)
abstract AddFromTemplateEx :
FileName:string *
Destination:string *
ProjectName:string *
SolutionName:string *
Exclusive:bool *
Options:uint32 -> Project
function AddFromTemplateEx(
FileName : String,
Destination : String,
ProjectName : String,
SolutionName : String,
Exclusive : boolean,
Options : uint
) : Project
パラメーター
- FileName
型: System.String
必須。拡張子付きのテンプレート プロジェクト ファイルの完全パスとファイル名。
- Destination
型: System.String
必須。FileName の内容をコピーするディレクトリの完全パス。
- ProjectName
型: System.String
必須。コピー先ディレクトリのプロジェクト ファイルの名前。拡張子も指定してください。表示される名前は、ProjectName に基づく名前になります。
- SolutionName
型: System.String
省略可能です。プロジェクトを現在のソリューションに読み込むか新しいソリューションに読み込むかを示します。現在のソリューションを閉じてプロジェクトを新しいソリューションに追加する場合は true を指定します。開いている既存のソリューションにプロジェクトを追加する場合は false を指定します。
- Exclusive
型: System.Boolean
必須。拡張子付きのテンプレート プロジェクト ファイルの完全パスとファイル名。
- Options
型: System.UInt32
vsAddFromTemplateOptions 。
戻り値
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。