次の方法で共有


SourceControl.ExcludeItem メソッド

指定した項目をソース管理プロジェクトから除外します。

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

構文

'宣言
Sub ExcludeItem ( _
    ProjectFile As String, _
    ItemName As String _
)
void ExcludeItem(
    string ProjectFile,
    string ItemName
)
void ExcludeItem(
    [InAttribute] String^ ProjectFile, 
    [InAttribute] String^ ItemName
)
abstract ExcludeItem : 
        ProjectFile:string * 
        ItemName:string -> unit 
function ExcludeItem(
    ProjectFile : String, 
    ItemName : String
)

パラメーター

  • ProjectFile
    型 : System.String
    項目を参照するプロジェクト ファイルの名前を指定します。
  • ItemName
    型 : System.String
    項目の名前を指定します。

.NET Framework セキュリティ

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

参照

関連項目

SourceControl インターフェイス

EnvDTE 名前空間