次の方法で共有


SourceControl2.UndoExcludeItem メソッド

更新 : 2007 年 11 月

項目をソース コード管理に再度含めます。

名前空間 :  EnvDTE80
アセンブリ :  EnvDTE80 (EnvDTE80.dll 内)

構文

'宣言
Sub UndoExcludeItem ( _
    ProjectFile As String, _
    ItemName As String _
)
'使用
Dim instance As SourceControl2
Dim ProjectFile As String
Dim ItemName As String

instance.UndoExcludeItem(ProjectFile, _
    ItemName)
void UndoExcludeItem(
    string ProjectFile,
    string ItemName
)
void UndoExcludeItem(
    [InAttribute] String^ ProjectFile, 
    [InAttribute] String^ ItemName
)
function UndoExcludeItem(
    ProjectFile : String, 
    ItemName : String
)

パラメータ

  • ProjectFile
    型 : System.String

    含めるファイルを参照するプロジェクト ファイルの名前を指定します。

  • ItemName
    型 : System.String

    含める項目を識別する文字列の配列を指定します。

アクセス許可

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

参照

参照

SourceControl2 インターフェイス

SourceControl2 メンバ

EnvDTE80 名前空間