共用方式為


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 值的識別項。

傳回值

類型:System.String

.NET Framework 安全性

請參閱

參考

TeamFoundationStrongBoxService 類別

Microsoft.TeamFoundation.Framework.Client 命名空間