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.
The collection of catalog node paths that reference this resource.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property NodeReferences As ReadOnlyCollection(Of CatalogNode)
public ReadOnlyCollection<CatalogNode> NodeReferences { get; internal set; }
public:
property ReadOnlyCollection<CatalogNode^>^ NodeReferences {
ReadOnlyCollection<CatalogNode^>^ get ();
internal: void set (ReadOnlyCollection<CatalogNode^>^ value);
}
member NodeReferences : ReadOnlyCollection<CatalogNode> with get, internal set
function get NodeReferences () : ReadOnlyCollection<CatalogNode>
internal function set NodeReferences (value : ReadOnlyCollection<CatalogNode>)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<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.