TeamFoundationStrongBoxService.RetrieveFile 方法
從 Drawer 擷取檔案做為字串。 這個方法下載值做為檔案到本機系統,然後讀取其內容的字串。
命名空間: Microsoft.TeamFoundation.Framework.Client
組件: Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)
語法
'宣告
Public Function RetrieveFile ( _
drawerId As Guid, _
lookupKey As String _
) As String
public string RetrieveFile(
Guid drawerId,
string lookupKey
)
參數
- drawerId
類型:System.Guid
唯一識別項從 CreateDrawer 或 UnlockDrawer 傳回。
- lookupKey
類型:System.String
用來搜尋在 Drawer 值的識別項。
傳回值
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱 從部分受信任程式碼使用程式庫。