Partager via


ExportFileScannerAttribute Constructeurs

Définition

Surcharges

ExportFileScannerAttribute(String, String, String, Type)

Initialise une nouvelle instance de la classe ExportFileScannerAttribute.

ExportFileScannerAttribute(String, String, String[], Type[])

Initialise une nouvelle instance de la classe ExportFileScannerAttribute.

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

Initialise une nouvelle instance de la classe ExportFileScannerAttribute.

ExportFileScannerAttribute(FileScannerOptions, String, String, String[], Type[], ProviderPriority)

Initialise une nouvelle instance de la classe ExportFileScannerAttribute.

ExportFileScannerAttribute(FileScannerOptions, String, String, String, String[], Type[], ProviderPriority)

Initialise une nouvelle instance de la classe ExportFileScannerAttribute.

ExportFileScannerAttribute(String, String, String, Type)

Initialise une nouvelle instance de la classe ExportFileScannerAttribute.

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)

Paramètres

type
String

Type unique pour cette IFileScannerMetadata

language
String

Nom simple qui décrit le type de fichiers pour lequel ce scanneur convient.

fileExtension
String

Nom ou extension de fichier (y compris la période de début) que ce scanneur est capable d’analyser.

supportedType
Type

Type pris en charge à analyser

S’applique à

ExportFileScannerAttribute(String, String, String[], Type[])

Initialise une nouvelle instance de la classe ExportFileScannerAttribute.

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())

Paramètres

type
String

Type unique pour cette IFileScannerMetadata

language
String

Nom simple qui décrit le type de fichiers pour lequel ce scanneur convient.

supportedFileExtensions
String[]

Ensemble de noms de fichiers ou d’extensions (y compris la période de début) que ce scanneur est capable d’analyser.

supportedTypes
Type[]

Liste des types pris en charge par ce scanneur de fichiers

S’applique à

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

Initialise une nouvelle instance de la classe ExportFileScannerAttribute.

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)

Paramètres

type
String

Type unique pour cette IFileScannerMetadata

language
String

Nom simple qui décrit le type de fichiers pour lequel ce scanneur convient.

supportedFileExtensions
String[]

Ensemble de noms de fichiers ou d’extensions (y compris la période de début) que ce scanneur est capable d’analyser.

supportedTypes
Type[]

Liste des types pris en charge par ce scanneur de fichiers

priority
ProviderPriority

Priorité de l’analyseur de fichiers

S’applique à

ExportFileScannerAttribute(FileScannerOptions, String, String, String[], Type[], ProviderPriority)

Initialise une nouvelle instance de la classe ExportFileScannerAttribute.

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)

Paramètres

options
FileScannerOptions

Options FileScanner

type
String

Type unique pour cette IFileScannerMetadata

language
String

Nom simple qui décrit le type de fichiers pour lequel ce scanneur convient.

supportedFileExtensions
String[]

Ensemble de noms de fichiers ou d’extensions (y compris la période de début) que ce scanneur est capable d’analyser.

supportedTypes
Type[]

Liste des types pris en charge par ce scanneur de fichiers

priority
ProviderPriority

Priorité de l’analyseur de fichiers

S’applique à

ExportFileScannerAttribute(FileScannerOptions, String, String, String, String[], Type[], ProviderPriority)

Initialise une nouvelle instance de la classe ExportFileScannerAttribute.

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)

Paramètres

options
FileScannerOptions

Options FileScanner

version
String

Version de ce fournisseur

type
String

Type unique pour cette IFileScannerMetadata

language
String

Nom simple qui décrit le type de fichiers pour lequel ce scanneur convient.

supportedFileExtensions
String[]

Ensemble de noms de fichiers ou d’extensions (y compris la période de début) que ce scanneur est capable d’analyser.

supportedTypes
Type[]

Liste des types pris en charge par ce scanneur de fichiers

priority
ProviderPriority

Priorité de l’analyseur de fichiers

S’applique à