IBlobProvider.ReadBlobMetadata Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function ReadBlobMetadata ( _
containerId As Guid, _
resourceId As String _
) As IDictionary(Of String, String)
IDictionary<string, string> ReadBlobMetadata(
Guid containerId,
string resourceId
)
IDictionary<String^, String^>^ ReadBlobMetadata(
Guid containerId,
String^ resourceId
)
abstract ReadBlobMetadata :
containerId:Guid *
resourceId:string -> IDictionary<string, string>
function ReadBlobMetadata(
containerId : Guid,
resourceId : String
) : IDictionary<String, String>
Parameters
- containerId
Type: System.Guid
- resourceId
Type: System.String
Return Value
Type: System.Collections.Generic.IDictionary<String, String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.