ExportFileContextActionProviderAttribute Constructeurs

Définition

Surcharges

ExportFileContextActionProviderAttribute(String, String[])

Initialise une nouvelle instance de la classe ExportFileContextActionProviderAttribute.

ExportFileContextActionProviderAttribute(String, ProviderPriority, String[])

Initialise une nouvelle instance de la classe ExportFileContextActionProviderAttribute.

ExportFileContextActionProviderAttribute(FileContextActionProviderOptions, String, ProviderPriority, String[])

Initialise une nouvelle instance de la classe ExportFileContextActionProviderAttribute.

ExportFileContextActionProviderAttribute(String, String[])

Initialise une nouvelle instance de la classe ExportFileContextActionProviderAttribute.

public:
 ExportFileContextActionProviderAttribute(System::String ^ type, ... cli::array <System::String ^> ^ supportedContextTypeGuids);
public ExportFileContextActionProviderAttribute (string type, params string[] supportedContextTypeGuids);
new Microsoft.VisualStudio.Workspace.ExportFileContextActionProviderAttribute : string * string[] -> Microsoft.VisualStudio.Workspace.ExportFileContextActionProviderAttribute
Public Sub New (type As String, ParamArray supportedContextTypeGuids As String())

Paramètres

type
String

Type unique pour ce IFileContextActionProviderMetadata

supportedContextTypeGuids
String[]

Collection de GUID qui identifient les ContextType valeurs à partir desquelles ce service de langage peut s’initialiser.

S’applique à

ExportFileContextActionProviderAttribute(String, ProviderPriority, String[])

Initialise une nouvelle instance de la classe ExportFileContextActionProviderAttribute.

public:
 ExportFileContextActionProviderAttribute(System::String ^ type, Microsoft::VisualStudio::Workspace::ProviderPriority priority, ... cli::array <System::String ^> ^ supportedContextTypeGuids);
public ExportFileContextActionProviderAttribute (string type, Microsoft.VisualStudio.Workspace.ProviderPriority priority, params string[] supportedContextTypeGuids);
new Microsoft.VisualStudio.Workspace.ExportFileContextActionProviderAttribute : string * Microsoft.VisualStudio.Workspace.ProviderPriority * string[] -> Microsoft.VisualStudio.Workspace.ExportFileContextActionProviderAttribute
Public Sub New (type As String, priority As ProviderPriority, ParamArray supportedContextTypeGuids As String())

Paramètres

type
String

Type unique pour ce IFileContextActionProviderMetadata

priority
ProviderPriority

Priorité du fournisseur

supportedContextTypeGuids
String[]

Collection de GUID qui identifient les ContextType valeurs à partir desquelles ce service de langage peut s’initialiser.

S’applique à

ExportFileContextActionProviderAttribute(FileContextActionProviderOptions, String, ProviderPriority, String[])

Initialise une nouvelle instance de la classe ExportFileContextActionProviderAttribute.

public:
 ExportFileContextActionProviderAttribute(Microsoft::VisualStudio::Workspace::FileContextActionProviderOptions options, System::String ^ type, Microsoft::VisualStudio::Workspace::ProviderPriority priority, ... cli::array <System::String ^> ^ supportedContextTypeGuids);
public ExportFileContextActionProviderAttribute (Microsoft.VisualStudio.Workspace.FileContextActionProviderOptions options, string type, Microsoft.VisualStudio.Workspace.ProviderPriority priority, params string[] supportedContextTypeGuids);
new Microsoft.VisualStudio.Workspace.ExportFileContextActionProviderAttribute : Microsoft.VisualStudio.Workspace.FileContextActionProviderOptions * string * Microsoft.VisualStudio.Workspace.ProviderPriority * string[] -> Microsoft.VisualStudio.Workspace.ExportFileContextActionProviderAttribute
Public Sub New (options As FileContextActionProviderOptions, type As String, priority As ProviderPriority, ParamArray supportedContextTypeGuids As String())

Paramètres

options
FileContextActionProviderOptions

Options de FileContextActionProvider

type
String

Type unique pour ce IFileContextActionProviderMetadata

priority
ProviderPriority

Priorité du fournisseur

supportedContextTypeGuids
String[]

Collection de GUID qui identifient les ContextType valeurs à partir desquelles ce service de langage peut s’initialiser.

S’applique à