IFileContextActionProviderMetadata 接口

定义

介绍 IFileContextActionProvider 扩展的适用性和功能。

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
派生
实现

属性

OptionFlags

为此元数据定义为 flags 属性的选项

(继承自 IProviderMetadataBase)
Options

FileContextActionProvider 选项

Priority

提供程序优先级

(继承自 IProviderMetadataBase)
SupportedContextTypes

获取标识此语言服务可从中 ContextType 初始化的值的 GUID 集合。

(继承自 IFileContextConsumerMetadata)
Type

此提供程序的唯一类型

(继承自 IProviderMetadataBase)
Version

版本跟踪

(继承自 IProviderMetadataBase)

适用于