ExportFileContextProviderAttribute Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| ExportFileContextProviderAttribute(String, String[]) |
Initialisiert eine neue Instanz der ExportFileContextProviderAttribute-Klasse. |
| ExportFileContextProviderAttribute(String, ProviderPriority, String[]) |
Initialisiert eine neue Instanz der ExportFileContextProviderAttribute-Klasse. |
| ExportFileContextProviderAttribute(String, ProviderPriority, Type[], String[]) |
Initialisiert eine neue Instanz der ExportFileContextProviderAttribute-Klasse. |
| ExportFileContextProviderAttribute(FileContextProviderOptions, String, ProviderPriority, Type[], String[]) |
Initialisiert eine neue Instanz der ExportFileContextProviderAttribute-Klasse. |
ExportFileContextProviderAttribute(String, String[])
Initialisiert eine neue Instanz der ExportFileContextProviderAttribute-Klasse.
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())
Parameter
- type
- String
Der eindeutige Typ für dieses ifilecontextprovidermetadata-Objekt.
- supportedContextTypeGuids
- String[]
Eine Auflistung der Werte, die von diesem Anbieter für erstellt werden können ContextType .
Gilt für
ExportFileContextProviderAttribute(String, ProviderPriority, String[])
Initialisiert eine neue Instanz der ExportFileContextProviderAttribute-Klasse.
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())
Parameter
- type
- String
Der eindeutige Typ für dieses ifilecontextprovidermetadata-Objekt.
- priority
- ProviderPriority
Die Anbieter Priorität
- supportedContextTypeGuids
- String[]
Eine Auflistung der Werte, die von diesem Anbieter für erstellt werden können ContextType .
Gilt für
ExportFileContextProviderAttribute(String, ProviderPriority, Type[], String[])
Initialisiert eine neue Instanz der ExportFileContextProviderAttribute-Klasse.
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())
Parameter
- type
- String
Der eindeutige Typ für dieses ifilecontextprovidermetadata-Objekt.
- priority
- ProviderPriority
Die Anbieter Priorität
- supportedGetContextsTypes
- Type[]
Unterstützte GetContext-Typen
- supportedContextTypeGuids
- String[]
Eine Auflistung der Werte, die von diesem Anbieter für erstellt werden können ContextType .
Gilt für
ExportFileContextProviderAttribute(FileContextProviderOptions, String, ProviderPriority, Type[], String[])
Initialisiert eine neue Instanz der ExportFileContextProviderAttribute-Klasse.
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())
Parameter
- options
- FileContextProviderOptions
Filecontextprovider-Optionen
- type
- String
Der eindeutige Typ für dieses ifilecontextprovidermetadata-Objekt.
- priority
- ProviderPriority
Die Anbieter Priorität
- supportedGetContextsTypes
- Type[]
Unterstützte GetContext-Typen
- supportedContextTypeGuids
- String[]
Eine Auflistung der Werte, die von diesem Anbieter für erstellt werden können ContextType .