Freigeben über


FileSystemProvider.ReadBlobMetadata-Methode

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function ReadBlobMetadata ( _
    containerId As Guid, _
    resourceId As String _
) As IDictionary(Of String, String)
public IDictionary<string, string> ReadBlobMetadata(
    Guid containerId,
    string resourceId
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.IDictionary<String, String>
Gibt IDictionary<TKey, TValue> zurück.

Implementiert

IBlobProvider.ReadBlobMetadata(Guid, String)

.NET Framework-Sicherheit

Siehe auch

Referenz

FileSystemProvider Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace