CatalogDependencyGroup.GetSingletonDependency Method

Returns the CatalogNode that is a dependency of this node that is associated with the given key. If the key does not associate with a given dependency then null will be returned.

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

Syntax

'Declaration
Public Function GetSingletonDependency ( _
    key As String _
) As CatalogNode
public CatalogNode GetSingletonDependency(
    string key
)
public:
CatalogNode^ GetSingletonDependency(
    String^ key
)
member GetSingletonDependency : 
        key:string -> CatalogNode
public function GetSingletonDependency(
    key : String
) : CatalogNode

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Client.CatalogNode

.NET Framework Security

See Also

Reference

CatalogDependencyGroup Class

Microsoft.TeamFoundation.Framework.Client Namespace