共用方式為


QueryHistoryParameters.Item 屬性

記錄要擷取的項目。 最後路徑部分可能包括? 和*萬用字元,也就是 $/Abc/def/*.cs。 項目可能是伺服器或本機路徑。

命名空間:  Microsoft.TeamFoundation.VersionControl.Client
組件:  Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)

語法

'宣告
Public Property Item As String
public string Item { get; set; }

屬性值

型別:System.String
記錄要擷取的項目。最後路徑部分可能包括?和*萬用字元,也就是 $/Abc/def/*.cs。項目可能是伺服器或本機路徑。

.NET Framework 安全性

請參閱

參考

QueryHistoryParameters 類別

Microsoft.TeamFoundation.VersionControl.Client 命名空間