IFileSelectorMetadata Interface

Definition

Describes an IFileSelectorMetadata

C++/CX
public interface class IFileSelectorMetadata : Microsoft::VisualStudio::Workspace::IProviderMetadataBase
Derived
Implements

Properties

FilesFilters

Optional. Gets a set of rules (glob patterns) for files. This will constitute "anonymous" content type, aka set of files only available for the given provider. Files that matches this rules (if present) will be passed to the component regardless of their calculated content type.

OptionFlags

The Options defined for this metadata as flags attribute

(Inherited from IProviderMetadataBase)
Priority

Provider priority

(Inherited from IProviderMetadataBase)
SupportedContentTypes

Optional. List of content types this component wants to handle.

Type

The Unique Type for this Provider

(Inherited from IProviderMetadataBase)
Version

Version tracking

(Inherited from IProviderMetadataBase)

Applies to

Product Versions
Visual Studio SDK 2017, 2019, 2022