ExportFileContextProviderAttribute Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Exportuje objekt IFileContextProvider do katalogu MEF s metadaty, jak je popsáno v IFileContextProviderMetadatatématu .
public ref class ExportFileContextProviderAttribute : Microsoft::VisualStudio::Workspace::ExportProviderAttributeBase, Microsoft::VisualStudio::Workspace::IFileContextProviderMetadata
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public class ExportFileContextProviderAttribute : Microsoft.VisualStudio.Workspace.ExportProviderAttributeBase, Microsoft.VisualStudio.Workspace.IFileContextProviderMetadata
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type ExportFileContextProviderAttribute = class
inherit ExportProviderAttributeBase
interface IFileContextProviderMetadata
interface IProviderMetadataBase
Public Class ExportFileContextProviderAttribute
Inherits ExportProviderAttributeBase
Implements IFileContextProviderMetadata
- Dědičnost
- Atributy
- Implementuje
Konstruktory
ExportFileContextProviderAttribute(FileContextProviderOptions, String, ProviderPriority, Type[], String[]) |
Inicializuje novou instanci ExportFileContextProviderAttribute třídy. |
ExportFileContextProviderAttribute(String, ProviderPriority, String[]) |
Inicializuje novou instanci ExportFileContextProviderAttribute třídy. |
ExportFileContextProviderAttribute(String, ProviderPriority, Type[], String[]) |
Inicializuje novou instanci ExportFileContextProviderAttribute třídy. |
ExportFileContextProviderAttribute(String, String[]) |
Inicializuje novou instanci ExportFileContextProviderAttribute třídy. |
Vlastnosti
OptionFlags |
Možnosti definované pro tato metadata jako atribut flags (Zděděno od ExportProviderAttributeBase) |
OptionFlagsInternal |
Vrácení interních příznaků možností |
Options |
Možnosti FileContextProvider |
Priority |
Priorita zprostředkovatele (Zděděno od ExportProviderAttributeBase) |
SupportedContextTypes |
Získá kolekci hodnot, které mohou být vytvořeny pro ContextType tohoto zprostředkovatele. |
SupportedGetContextsTypes |
Kolekce typů podporovaných při předávání vlastních kontextů pracovního prostoru |
Type |
Jedinečný typ pro tohoto zprostředkovatele (Zděděno od ExportProviderAttributeBase) |
Version |
Sledování verzí (Zděděno od ExportProviderAttributeBase) |