Método SparseTree<T>.EnumSubTreeReferencedObjects

Namespace:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (em Microsoft.TeamFoundation.Common.dll)

Sintaxe

'Declaração
Public Function EnumSubTreeReferencedObjects ( _
    token As String, _
    options As EnumSubTreeOptions, _
    depth As Integer _
) As IEnumerable(Of T)
public IEnumerable<T> EnumSubTreeReferencedObjects(
    string token,
    EnumSubTreeOptions options,
    int depth
)

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IEnumerable<T>

Segurança do .NET Framework

Consulte também

Referência

SparseTree<T> Classe

Namespace Microsoft.TeamFoundation.Framework.Common