ISolutionTreeFilter.GetFilterDescendantsBehavior(Object) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zdecyduj, czy należy uwzględnić malejąco, jeśli żadna z nich nie jest określona w sposób wywłaszcza.
public:
Microsoft::VisualStudio::Shell::FilterDescendantBehavior GetFilterDescendantsBehavior(System::Object ^ item);
public:
Microsoft::VisualStudio::Shell::FilterDescendantBehavior GetFilterDescendantsBehavior(Platform::Object ^ item);
Microsoft::VisualStudio::Shell::FilterDescendantBehavior GetFilterDescendantsBehavior(winrt::Windows::Foundation::IInspectable const & item);
public Microsoft.VisualStudio.Shell.FilterDescendantBehavior GetFilterDescendantsBehavior (object item);
abstract member GetFilterDescendantsBehavior : obj -> Microsoft.VisualStudio.Shell.FilterDescendantBehavior
Public Function GetFilterDescendantsBehavior (item As Object) As FilterDescendantBehavior
Parametry
- item
- Object
Element do podjęcia decyzji.
Zwraca
Czy domyślnie wykluczyć lub dołączyć.
Uwagi
Implementacja domyślna obejmuje elementy nie hierarchiczne. W przypadku hierarchii wyklucza on węzły folderów i projektów oraz obejmuje typowe pliki członkowskie.