共用方式為


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 安全性

請參閱

參考

SourceControl2 介面

EnvDTE80 命名空間