Partager via


ISolutionTreeFilter.GetFilterDescendantsBehavior, méthode

Determines whether to include descendants if none are explicitly specified.

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.Immutable.11.0 (dans Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Syntaxe

'Déclaration
Function GetFilterDescendantsBehavior ( _
    item As Object _
) As FilterDescendantBehavior
FilterDescendantBehavior GetFilterDescendantsBehavior(
    Object item
)

Paramètres

  • item
    Type : System.Object
    The item that requires the determination.

Valeur de retour

Type : Microsoft.VisualStudio.Shell.FilterDescendantBehavior
The value that specifies whether to exclude or include by default.

Remarques

The default implementation includes descendants for non-hierarchy items. For hierarchies, it excludes descendants for folder and project nodes and includes descendants for typical member files

Sécurité .NET Framework

Voir aussi

Référence

ISolutionTreeFilter Interface

Microsoft.VisualStudio.Shell, espace de noms