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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。