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.
Holds the dependency sets. A dependency set is a dependency that can have one or more nodes per key.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property Sets As IDictionary(Of String, IList(Of CatalogNode))
public IDictionary<string, IList<CatalogNode>> Sets { get; private set; }
public:
property IDictionary<String^, IList<CatalogNode^>^>^ Sets {
IDictionary<String^, IList<CatalogNode^>^>^ get ();
private: void set (IDictionary<String^, IList<CatalogNode^>^>^ value);
}
member Sets : IDictionary<string, IList<CatalogNode>> with get, private set
function get Sets () : IDictionary<String, IList<CatalogNode>>
private function set Sets (value : IDictionary<String, IList<CatalogNode>>)
Property Value
Type: System.Collections.Generic.IDictionary<String, IList<CatalogNode>>
.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.