次の方法で共有


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)

適用対象