ISolutionTreeFilter.GetFilterDescendantsBehavior(Object) Метод

Определение

Определяет, включать ли потомки, если они явно не определены.

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

Параметры

item
Object

Элемент, который требуется определить.

Возвращаемое значение

FilterDescendantBehavior

Значение, указывающее, нужно ли исключать или включать значение по умолчанию.

Комментарии

Реализация по умолчанию включает в себя элементы, не являющиеся элементами иерархии. Для иерархий она исключает узлы папок и проектов, а также включает типичные файлы элементов.

Применяется к