Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Tag storage provider
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
ReadOnly Property StorageProvider As ITagStorageProvider(Of T)
ITagStorageProvider<T> StorageProvider { get; }
property ITagStorageProvider<T>^ StorageProvider {
ITagStorageProvider<T>^ get ();
}
abstract StorageProvider : ITagStorageProvider<'T> with get
function get StorageProvider () : ITagStorageProvider<T>
Property Value
Type: Microsoft.TeamFoundation.Server.Core.ITagStorageProvider<T>
Remarks
Optional interface for storage for tag associations
.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.