IFileContextActionProviderMetadata 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.
Describes an IFileContextActionProvider extension's applicability and capabilities.
public interface class IFileContextActionProviderMetadata : Microsoft::VisualStudio::Workspace::IFileContextConsumerMetadata
public interface class IFileContextActionProviderMetadata : Microsoft::VisualStudio::Workspace::IFileContextConsumerMetadata
__interface IFileContextActionProviderMetadata : Microsoft::VisualStudio::Workspace::IFileContextConsumerMetadata
public interface IFileContextActionProviderMetadata : Microsoft.VisualStudio.Workspace.IFileContextConsumerMetadata
type IFileContextActionProviderMetadata = interface
interface IFileContextConsumerMetadata
interface IProviderMetadataBase
Public Interface IFileContextActionProviderMetadata
Implements IFileContextConsumerMetadata
- Derived
- Implements
Properties
OptionFlags |
The Options defined for this metadata as flags attribute (Inherited from IProviderMetadataBase) |
Options |
FileContextActionProvider Options |
Priority |
Provider priority (Inherited from IProviderMetadataBase) |
SupportedContextTypes |
Gets a collection of GUIDs that identify the ContextType values that this language service can initialize from. (Inherited from IFileContextConsumerMetadata) |
Type |
The Unique Type for this Provider (Inherited from IProviderMetadataBase) |
Version |
Version tracking (Inherited from IProviderMetadataBase) |