Aracılığıyla paylaş


ISolutionTreeFilter.GetFilterDescendantsBehavior(Object) Yöntem

Tanım

Hiçbiri açıkça belirtilmemişse alt öğeleri dahil edip etmeyeceğine karar verin.

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

Parametreler

item
Object

Karar vermeniz gereken öğe.

Döndürülenler

Varsayılan olarak dışlama veya dahil etme.

Açıklamalar

Hiyerarşi olmayan öğeler için varsayılan uygulama içerir. Hiyerarşiler için, klasör ve proje düğümleri için dışlar ve tipik üye dosyaları için içerir.

Şunlara uygulanır