INameSpaceTreeControlFolderCapabilities interface (shobjidl_core.h)

Exposes a single method that retrieves the status of a folder's System.IsPinnedToNameSpaceTree filtering support.

Inheritance

The INameSpaceTreeControlFolderCapabilities interface inherits from the IUnknown interface. INameSpaceTreeControlFolderCapabilities also has these types of members:

Methods

The INameSpaceTreeControlFolderCapabilities interface has these methods.

 
INameSpaceTreeControlFolderCapabilities::GetFolderCapabilities

Gets a folder's capability to be filtered through the System.IsPinnedToNameSpaceTree property key value and change notification registration status.

Remarks

The namespace tree control checks all the nodes it enumerates to see if they support filtering. This is done by retrieving the System.IsPinnedToNameSpaceTree property for the shell folders that support this interface. Nodes that do not support this interface do not have filtering support and are shown by default.

Use this interface to retrieve the filtering support status of a shell folder.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header shobjidl_core.h (include Shobjidl.h)