INodeFilterProvider.IsFilterAvailable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets if the conditions to create a filter are met. When this is true
,
the Solution Explorer in Open Folder will enable the button for this filter provider.
public:
property bool IsFilterAvailable { bool get(); };
public bool IsFilterAvailable { get; }
member this.IsFilterAvailable : bool
Public ReadOnly Property IsFilterAvailable As Boolean