다음을 통해 공유


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

결정할 항목입니다.

반환

기본적으로 제외할지 포함할지 여부입니다.

설명

기본 구현에는 비 계층 구조 항목에 대한 가 포함됩니다. 계층 구조의 경우 폴더 및 프로젝트 노드에 대해 제외되고 일반적인 멤버 파일에 대해 를 포함합니다.

적용 대상