ICustomFileContextProviderMetadata Interface
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.
Metadata interface to export custom file contexts
public interface class ICustomFileContextProviderMetadata : Microsoft::VisualStudio::Workspace::IFileSelectorMetadata
public interface class ICustomFileContextProviderMetadata : Microsoft::VisualStudio::Workspace::IFileSelectorMetadata
__interface ICustomFileContextProviderMetadata : Microsoft::VisualStudio::Workspace::IFileSelectorMetadata
public interface ICustomFileContextProviderMetadata : Microsoft.VisualStudio.Workspace.IFileSelectorMetadata
type ICustomFileContextProviderMetadata = interface
interface IFileSelectorMetadata
interface IProviderMetadataBase
Public Interface ICustomFileContextProviderMetadata
Implements IFileSelectorMetadata
- Derived
- Implements
Properties
CustomJsonSchemaContent |
The customized json schema |
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. (Inherited from IFileSelectorMetadata) |
OptionFlags |
The Options defined for this metadata as flags attribute (Inherited from IProviderMetadataBase) |
Options |
Provider options |
Priority |
Provider priority (Inherited from IProviderMetadataBase) |
SupportedContentTypes |
Optional. List of content types this component wants to handle. (Inherited from IFileSelectorMetadata) |
Type |
The Unique Type for this Provider (Inherited from IProviderMetadataBase) |
Version |
Version tracking (Inherited from IProviderMetadataBase) |