SourceControl2.UndoExcludeItem メソッド
項目をソース コード管理に再度含めます。
名前空間: EnvDTE80
アセンブリ: EnvDTE80 (EnvDTE80.dll 内)
構文
'宣言
Sub UndoExcludeItem ( _
ProjectFile As String, _
ItemName As String _
)
void UndoExcludeItem(
string ProjectFile,
string ItemName
)
void UndoExcludeItem(
[InAttribute] String^ ProjectFile,
[InAttribute] String^ ItemName
)
abstract UndoExcludeItem :
ProjectFile:string *
ItemName:string -> unit
function UndoExcludeItem(
ProjectFile : String,
ItemName : String
)
パラメーター
- ProjectFile
型 : System.String
含めるファイルを参照するプロジェクト ファイルの名前を指定します。
- ItemName
型 : System.String
含める項目を識別する文字列の配列を指定します。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。