Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- key
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.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.