FileSystemProvider.ReadBlobMetadata 方法

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

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

参数

返回值

类型:System.Collections.Generic.IDictionary<String, String>
返回 IDictionary<TKey, TValue>

实现

IBlobProvider.ReadBlobMetadata(Guid, String)

.NET Framework 安全性

请参阅

参考

FileSystemProvider 类

Microsoft.TeamFoundation.Framework.Server 命名空间