Workspace.GetLocalItemForServerItem 方法 (String, Boolean)
取得指定的伺服器項目對應的本機項目。
命名空間: Microsoft.TeamFoundation.VersionControl.Client
組件: Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
語法
'宣告
Public Function GetLocalItemForServerItem ( _
serverItem As String, _
detectImplicitCloak As Boolean _
) As String
public string GetLocalItemForServerItem(
string serverItem,
bool detectImplicitCloak
)
參數
- serverItem
型別:System.String
轉譯的伺服器項目。
- detectImplicitCloak
型別:System.Boolean
true 表示偵測伺服器項目是否在工作區隱含隱匿。如果伺服器項目隱含隱匿,強制這個方法會傳回 false。忽略隱含遮罩則為 false。
傳回值
型別:System.String
指定的伺服器項目對應的本機項目。
例外狀況
例外狀況 | 條件 |
---|---|
ItemNotMappedException | 擲回,如果伺服器項目不會在工作區中對應。 |
ItemCloakedException | 擲回,如果伺服器項目在工作區中隱匿。 |
備註
首先要將 TFS 2010
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。