ExportFileScannerAttribute Konstruktory
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í.
Přetížení
ExportFileScannerAttribute(String, String, String, Type) |
Inicializuje novou instanci ExportFileScannerAttribute třídy . |
ExportFileScannerAttribute(String, String, String[], Type[]) |
Inicializuje novou instanci ExportFileScannerAttribute třídy . |
ExportFileScannerAttribute(String, String, String[], Type[], ProviderPriority) |
Inicializuje novou instanci ExportFileScannerAttribute třídy . |
ExportFileScannerAttribute(FileScannerOptions, String, String, String[], Type[], ProviderPriority) |
Inicializuje novou instanci ExportFileScannerAttribute třídy . |
ExportFileScannerAttribute(FileScannerOptions, String, String, String, String[], Type[], ProviderPriority) |
Inicializuje novou instanci ExportFileScannerAttribute třídy . |
ExportFileScannerAttribute(String, String, String, Type)
Inicializuje novou instanci ExportFileScannerAttribute třídy .
public:
ExportFileScannerAttribute(System::String ^ type, System::String ^ language, System::String ^ fileExtension, Type ^ supportedType);
public:
ExportFileScannerAttribute(Platform::String ^ type, Platform::String ^ language, Platform::String ^ fileExtension, Platform::Type ^ supportedType);
public ExportFileScannerAttribute (string type, string language, string fileExtension, Type supportedType);
new Microsoft.VisualStudio.Workspace.Indexing.ExportFileScannerAttribute : string * string * string * Type -> Microsoft.VisualStudio.Workspace.Indexing.ExportFileScannerAttribute
Public Sub New (type As String, language As String, fileExtension As String, supportedType As Type)
Parametry
- type
- String
Jedinečný typ pro tento IFileScannerMetadata
- language
- String
Jednoduchý název, který popisuje typ souborů, pro které je tento skener vhodný.
- fileExtension
- String
Název souboru nebo příponu (včetně počáteční tečky), které je tento skener schopen analyzovat.
- supportedType
- Type
Podporovaný typ, který se má kontrolovat
Platí pro
ExportFileScannerAttribute(String, String, String[], Type[])
Inicializuje novou instanci ExportFileScannerAttribute třídy .
public:
ExportFileScannerAttribute(System::String ^ type, System::String ^ language, cli::array <System::String ^> ^ supportedFileExtensions, cli::array <Type ^> ^ supportedTypes);
public:
ExportFileScannerAttribute(Platform::String ^ type, Platform::String ^ language, Platform::Array <Platform::String ^> ^ supportedFileExtensions, Platform::Array <Platform::Type ^> ^ supportedTypes);
public ExportFileScannerAttribute (string type, string language, string[] supportedFileExtensions, Type[] supportedTypes);
new Microsoft.VisualStudio.Workspace.Indexing.ExportFileScannerAttribute : string * string * string[] * Type[] -> Microsoft.VisualStudio.Workspace.Indexing.ExportFileScannerAttribute
Public Sub New (type As String, language As String, supportedFileExtensions As String(), supportedTypes As Type())
Parametry
- type
- String
Jedinečný typ pro tento IFileScannerMetadata
- language
- String
Jednoduchý název, který popisuje typ souborů, pro které je tento skener vhodný.
- supportedFileExtensions
- String[]
Sada názvů souborů nebo přípon (včetně počátečního období), které je tento skener schopen analyzovat.
- supportedTypes
- Type[]
Seznam typů podporovaných tímto skenerem souborů
Platí pro
ExportFileScannerAttribute(String, String, String[], Type[], ProviderPriority)
Inicializuje novou instanci ExportFileScannerAttribute třídy .
public:
ExportFileScannerAttribute(System::String ^ type, System::String ^ language, cli::array <System::String ^> ^ supportedFileExtensions, cli::array <Type ^> ^ supportedTypes, Microsoft::VisualStudio::Workspace::ProviderPriority priority);
public:
ExportFileScannerAttribute(Platform::String ^ type, Platform::String ^ language, Platform::Array <Platform::String ^> ^ supportedFileExtensions, Platform::Array <Platform::Type ^> ^ supportedTypes, Microsoft::VisualStudio::Workspace::ProviderPriority priority);
public ExportFileScannerAttribute (string type, string language, string[] supportedFileExtensions, Type[] supportedTypes, Microsoft.VisualStudio.Workspace.ProviderPriority priority);
new Microsoft.VisualStudio.Workspace.Indexing.ExportFileScannerAttribute : string * string * string[] * Type[] * Microsoft.VisualStudio.Workspace.ProviderPriority -> Microsoft.VisualStudio.Workspace.Indexing.ExportFileScannerAttribute
Public Sub New (type As String, language As String, supportedFileExtensions As String(), supportedTypes As Type(), priority As ProviderPriority)
Parametry
- type
- String
Jedinečný typ pro tento IFileScannerMetadata
- language
- String
Jednoduchý název, který popisuje typ souborů, pro které je tento skener vhodný.
- supportedFileExtensions
- String[]
Sada názvů souborů nebo přípon (včetně počátečního období), které je tento skener schopen analyzovat.
- supportedTypes
- Type[]
Seznam typů podporovaných tímto skenerem souborů
- priority
- ProviderPriority
Priorita skeneru souborů
Platí pro
ExportFileScannerAttribute(FileScannerOptions, String, String, String[], Type[], ProviderPriority)
Inicializuje novou instanci ExportFileScannerAttribute třídy .
public:
ExportFileScannerAttribute(Microsoft::VisualStudio::Workspace::Indexing::FileScannerOptions options, System::String ^ type, System::String ^ language, cli::array <System::String ^> ^ supportedFileExtensions, cli::array <Type ^> ^ supportedTypes, Microsoft::VisualStudio::Workspace::ProviderPriority priority);
public:
ExportFileScannerAttribute(Microsoft::VisualStudio::Workspace::Indexing::FileScannerOptions options, Platform::String ^ type, Platform::String ^ language, Platform::Array <Platform::String ^> ^ supportedFileExtensions, Platform::Array <Platform::Type ^> ^ supportedTypes, Microsoft::VisualStudio::Workspace::ProviderPriority priority);
public ExportFileScannerAttribute (Microsoft.VisualStudio.Workspace.Indexing.FileScannerOptions options, string type, string language, string[] supportedFileExtensions, Type[] supportedTypes, Microsoft.VisualStudio.Workspace.ProviderPriority priority);
new Microsoft.VisualStudio.Workspace.Indexing.ExportFileScannerAttribute : Microsoft.VisualStudio.Workspace.Indexing.FileScannerOptions * string * string * string[] * Type[] * Microsoft.VisualStudio.Workspace.ProviderPriority -> Microsoft.VisualStudio.Workspace.Indexing.ExportFileScannerAttribute
Public Sub New (options As FileScannerOptions, type As String, language As String, supportedFileExtensions As String(), supportedTypes As Type(), priority As ProviderPriority)
Parametry
- options
- FileScannerOptions
Možnosti prohledání souborů
- type
- String
Jedinečný typ pro tento IFileScannerMetadata
- language
- String
Jednoduchý název, který popisuje typ souborů, pro které je tento skener vhodný.
- supportedFileExtensions
- String[]
Sada názvů souborů nebo přípon (včetně počátečního období), které je tento skener schopen analyzovat.
- supportedTypes
- Type[]
Seznam typů podporovaných tímto skenerem souborů
- priority
- ProviderPriority
Priorita skeneru souborů
Platí pro
ExportFileScannerAttribute(FileScannerOptions, String, String, String, String[], Type[], ProviderPriority)
Inicializuje novou instanci ExportFileScannerAttribute třídy .
public:
ExportFileScannerAttribute(Microsoft::VisualStudio::Workspace::Indexing::FileScannerOptions options, System::String ^ version, System::String ^ type, System::String ^ language, cli::array <System::String ^> ^ supportedFileExtensions, cli::array <Type ^> ^ supportedTypes, Microsoft::VisualStudio::Workspace::ProviderPriority priority);
public:
ExportFileScannerAttribute(Microsoft::VisualStudio::Workspace::Indexing::FileScannerOptions options, Platform::String ^ version, Platform::String ^ type, Platform::String ^ language, Platform::Array <Platform::String ^> ^ supportedFileExtensions, Platform::Array <Platform::Type ^> ^ supportedTypes, Microsoft::VisualStudio::Workspace::ProviderPriority priority);
public ExportFileScannerAttribute (Microsoft.VisualStudio.Workspace.Indexing.FileScannerOptions options, string version, string type, string language, string[] supportedFileExtensions, Type[] supportedTypes, Microsoft.VisualStudio.Workspace.ProviderPriority priority);
new Microsoft.VisualStudio.Workspace.Indexing.ExportFileScannerAttribute : Microsoft.VisualStudio.Workspace.Indexing.FileScannerOptions * string * string * string * string[] * Type[] * Microsoft.VisualStudio.Workspace.ProviderPriority -> Microsoft.VisualStudio.Workspace.Indexing.ExportFileScannerAttribute
Public Sub New (options As FileScannerOptions, version As String, type As String, language As String, supportedFileExtensions As String(), supportedTypes As Type(), priority As ProviderPriority)
Parametry
- options
- FileScannerOptions
Možnosti prohledání souborů
- version
- String
Verze pro tohoto poskytovatele
- type
- String
Jedinečný typ pro tento IFileScannerMetadata
- language
- String
Jednoduchý název, který popisuje typ souborů, pro které je tento skener vhodný.
- supportedFileExtensions
- String[]
Sada názvů souborů nebo přípon (včetně počátečního období), které je tento skener schopen analyzovat.
- supportedTypes
- Type[]
Seznam typů podporovaných tímto skenerem souborů
- priority
- ProviderPriority
Priorita skeneru souborů