ExportFileContextProviderAttribute Construtores

Definição

Sobrecargas

ExportFileContextProviderAttribute(String, String[])

Inicializa uma nova instância da classe ExportFileContextProviderAttribute.

ExportFileContextProviderAttribute(String, ProviderPriority, String[])

Inicializa uma nova instância da classe ExportFileContextProviderAttribute.

ExportFileContextProviderAttribute(String, ProviderPriority, Type[], String[])

Inicializa uma nova instância da classe ExportFileContextProviderAttribute.

ExportFileContextProviderAttribute(FileContextProviderOptions, String, ProviderPriority, Type[], String[])

Inicializa uma nova instância da classe ExportFileContextProviderAttribute.

ExportFileContextProviderAttribute(String, String[])

Inicializa uma nova instância da classe ExportFileContextProviderAttribute.

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

Parâmetros

type
String

O tipo exclusivo para este IFileContextProviderMetadata

supportedContextTypeGuids
String[]

Uma coleção dos valores que podem ser produzidos ContextType por este provedor.

Aplica-se a

ExportFileContextProviderAttribute(String, ProviderPriority, String[])

Inicializa uma nova instância da classe ExportFileContextProviderAttribute.

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

Parâmetros

type
String

O tipo exclusivo para este IFileContextProviderMetadata

priority
ProviderPriority

A prioridade do provedor

supportedContextTypeGuids
String[]

Uma coleção dos valores que podem ser produzidos ContextType por este provedor.

Aplica-se a

ExportFileContextProviderAttribute(String, ProviderPriority, Type[], String[])

Inicializa uma nova instância da classe ExportFileContextProviderAttribute.

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

Parâmetros

type
String

O tipo exclusivo para este IFileContextProviderMetadata

priority
ProviderPriority

A prioridade do provedor

supportedGetContextsTypes
Type[]

Tipos de getcontexts com suporte

supportedContextTypeGuids
String[]

Uma coleção dos valores que podem ser produzidos ContextType por este provedor.

Aplica-se a

ExportFileContextProviderAttribute(FileContextProviderOptions, String, ProviderPriority, Type[], String[])

Inicializa uma nova instância da classe ExportFileContextProviderAttribute.

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

Parâmetros

options
FileContextProviderOptions

Opções filecontextprovider

type
String

O tipo exclusivo para este IFileContextProviderMetadata

priority
ProviderPriority

A prioridade do provedor

supportedGetContextsTypes
Type[]

Tipos de getcontexts com suporte

supportedContextTypeGuids
String[]

Uma coleção dos valores que podem ser produzidos ContextType por este provedor.

Aplica-se a