ExportFileScannerAttribute Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| ExportFileScannerAttribute(String, String, String, Type) |
ExportFileScannerAttribute sınıfının yeni bir örneğini başlatır. |
| ExportFileScannerAttribute(String, String, String[], Type[]) |
ExportFileScannerAttribute sınıfının yeni bir örneğini başlatır. |
| ExportFileScannerAttribute(String, String, String[], Type[], ProviderPriority) |
ExportFileScannerAttribute sınıfının yeni bir örneğini başlatır. |
| ExportFileScannerAttribute(FileScannerOptions, String, String, String[], Type[], ProviderPriority) |
ExportFileScannerAttribute sınıfının yeni bir örneğini başlatır. |
| ExportFileScannerAttribute(FileScannerOptions, String, String, String, String[], Type[], ProviderPriority) |
ExportFileScannerAttribute sınıfının yeni bir örneğini başlatır. |
ExportFileScannerAttribute(String, String, String, Type)
ExportFileScannerAttribute sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- type
- String
Bu IFileScannerMetadata için benzersiz tür
- language
- String
Bu tarayıcının uygun olduğu dosya türlerini açıklayan basit bir ad.
- fileExtension
- String
Bu tarayıcının ayrıştırma özelliğine sahip olduğu dosya adı veya uzantısı (baştaki nokta dahil).
- supportedType
- Type
Taranacak desteklenen tür
Şunlara uygulanır
ExportFileScannerAttribute(String, String, String[], Type[])
ExportFileScannerAttribute sınıfının yeni bir örneğini başlatır.
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())
Parametreler
- type
- String
Bu IFileScannerMetadata için benzersiz tür
- language
- String
Bu tarayıcının uygun olduğu dosya türlerini açıklayan basit bir ad.
- supportedFileExtensions
- String[]
Bu tarayıcının ayrıştırma özelliğine sahip olduğu dosya adları veya uzantıları kümesi (baştaki nokta dahil).
- supportedTypes
- Type[]
Bu dosya tarayıcısı tarafından desteklenen türlerin listesi
Şunlara uygulanır
ExportFileScannerAttribute(String, String, String[], Type[], ProviderPriority)
ExportFileScannerAttribute sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- type
- String
Bu IFileScannerMetadata için benzersiz tür
- language
- String
Bu tarayıcının uygun olduğu dosya türlerini açıklayan basit bir ad.
- supportedFileExtensions
- String[]
Bu tarayıcının ayrıştırma özelliğine sahip olduğu dosya adları veya uzantıları kümesi (baştaki nokta dahil).
- supportedTypes
- Type[]
Bu dosya tarayıcısı tarafından desteklenen türlerin listesi
- priority
- ProviderPriority
Dosya tarayıcısı önceliği
Şunlara uygulanır
ExportFileScannerAttribute(FileScannerOptions, String, String, String[], Type[], ProviderPriority)
ExportFileScannerAttribute sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- options
- FileScannerOptions
FileScanner seçenekleri
- type
- String
Bu IFileScannerMetadata için benzersiz tür
- language
- String
Bu tarayıcının uygun olduğu dosya türlerini açıklayan basit bir ad.
- supportedFileExtensions
- String[]
Bu tarayıcının ayrıştırma özelliğine sahip olduğu dosya adları veya uzantıları kümesi (baştaki nokta dahil).
- supportedTypes
- Type[]
Bu dosya tarayıcısı tarafından desteklenen türlerin listesi
- priority
- ProviderPriority
Dosya tarayıcısı önceliği
Şunlara uygulanır
ExportFileScannerAttribute(FileScannerOptions, String, String, String, String[], Type[], ProviderPriority)
ExportFileScannerAttribute sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- options
- FileScannerOptions
FileScanner seçenekleri
- version
- String
Bu sağlayıcının sürümü
- type
- String
Bu IFileScannerMetadata için benzersiz tür
- language
- String
Bu tarayıcının uygun olduğu dosya türlerini açıklayan basit bir ad.
- supportedFileExtensions
- String[]
Bu tarayıcının ayrıştırma özelliğine sahip olduğu dosya adları veya uzantıları kümesi (baştaki nokta dahil).
- supportedTypes
- Type[]
Bu dosya tarayıcısı tarafından desteklenen türlerin listesi
- priority
- ProviderPriority
Dosya tarayıcısı önceliği