CatalogResource.NodeReferences Property

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

Syntax

'宣言
Public Property NodeReferences As ReadOnlyCollection(Of CatalogNode)
    Get
    Friend Set
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

See Also

Reference

CatalogResource Class

Microsoft.TeamFoundation.Framework.Client Namespace