IProjectActionSettingsProviderMetadata 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 IProjectActionSettingsProvider extension's applicability and capabilities.
public interface IProjectActionSettingsProviderMetadata : Microsoft.VisualStudio.Workspace.IProviderMetadataBase
type IProjectActionSettingsProviderMetadata = interface
interface IProviderMetadataBase
Public Interface IProjectActionSettingsProviderMetadata
Implements IProviderMetadataBase
- Derived
- Implements
Properties
OptionFlags |
The Options defined for this metadata as flags attribute (Inherited from IProviderMetadataBase) |
Priority |
Provider priority (Inherited from IProviderMetadataBase) |
SupportedContextTypes |
Gets a collection of project actions context types supported by this provider. |
Type |
The Unique Type for this Provider (Inherited from IProviderMetadataBase) |
Version |
Version tracking (Inherited from IProviderMetadataBase) |