SparseTree<T>.EnumSubTreeReferencedObjects (Método)

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Common
Ensamblado:  Microsoft.TeamFoundation.Common (en Microsoft.TeamFoundation.Common.dll)

Sintaxis

'Declaración
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 devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

SparseTree<T> Clase

Microsoft.TeamFoundation.Framework.Common (Espacio de nombres)