ISolutionTreeFilter.GetFilterDescendantsBehavior(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
決定是否要在未明確指定任何子系時包含子系。
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
要決定的專案。
傳回
是否預設為排除或包含。
備註
默認實作包含非階層專案。 針對階層,它會排除資料夾和項目節點,並包含一般成員檔案。