CatalogRuleValidationUtility.DetermineAllNodeReferences Method
Returns all of the node references for the given resource.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function DetermineAllNodeReferences ( _
resource As CatalogResource _
) As List(Of CatalogNode)
public List<CatalogNode> DetermineAllNodeReferences(
CatalogResource resource
)
public:
List<CatalogNode^>^ DetermineAllNodeReferences(
CatalogResource^ resource
)
member DetermineAllNodeReferences :
resource:CatalogResource -> List<CatalogNode>
public function DetermineAllNodeReferences(
resource : CatalogResource
) : List<CatalogNode>
Parameters
- resource
Type: Microsoft.TeamFoundation.Server.Core.CatalogResource
Return Value
Type: System.Collections.Generic.List<CatalogNode>
Returns List<T>.
.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.