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 catalog nodes that exist below the pathSpec and have a type that is listed in resourceTypeFilter. See overloads for more details and more options.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function QueryNodes ( _
requestContext As TeamFoundationRequestContext, _
pathSpec As String, _
resourceTypeFilter As Guid _
) As List(Of CatalogNode)
public List<CatalogNode> QueryNodes(
TeamFoundationRequestContext requestContext,
string pathSpec,
Guid resourceTypeFilter
)
public:
List<CatalogNode^>^ QueryNodes(
TeamFoundationRequestContext^ requestContext,
String^ pathSpec,
Guid resourceTypeFilter
)
member QueryNodes :
requestContext:TeamFoundationRequestContext *
pathSpec:string *
resourceTypeFilter:Guid -> List<CatalogNode>
public function QueryNodes(
requestContext : TeamFoundationRequestContext,
pathSpec : String,
resourceTypeFilter : Guid
) : List<CatalogNode>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- pathSpec
Type: System.String
- resourceTypeFilter
Type: System.Guid
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.