ExportFileContextActionProviderAttribute 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
| ExportFileContextActionProviderAttribute(String, String[]) |
ExportFileContextActionProviderAttribute sınıfının yeni bir örneğini başlatır. |
| ExportFileContextActionProviderAttribute(String, ProviderPriority, String[]) |
ExportFileContextActionProviderAttribute sınıfının yeni bir örneğini başlatır. |
| ExportFileContextActionProviderAttribute(FileContextActionProviderOptions, String, ProviderPriority, String[]) |
ExportFileContextActionProviderAttribute sınıfının yeni bir örneğini başlatır. |
ExportFileContextActionProviderAttribute(String, String[])
ExportFileContextActionProviderAttribute sınıfının yeni bir örneğini başlatır.
public:
ExportFileContextActionProviderAttribute(System::String ^ type, ... cli::array <System::String ^> ^ supportedContextTypeGuids);
public ExportFileContextActionProviderAttribute (string type, params string[] supportedContextTypeGuids);
new Microsoft.VisualStudio.Workspace.ExportFileContextActionProviderAttribute : string * string[] -> Microsoft.VisualStudio.Workspace.ExportFileContextActionProviderAttribute
Public Sub New (type As String, ParamArray supportedContextTypeGuids As String())
Parametreler
- type
- String
Bu ıfilecontextactionprovidermetadata için benzersiz tür
- supportedContextTypeGuids
- String[]
ContextTypeBu dil hizmetinin başlatabilmesi için değerleri belirleyen GUID 'lerin bir koleksiyonu.
Şunlara uygulanır
ExportFileContextActionProviderAttribute(String, ProviderPriority, String[])
ExportFileContextActionProviderAttribute sınıfının yeni bir örneğini başlatır.
public:
ExportFileContextActionProviderAttribute(System::String ^ type, Microsoft::VisualStudio::Workspace::ProviderPriority priority, ... cli::array <System::String ^> ^ supportedContextTypeGuids);
public ExportFileContextActionProviderAttribute (string type, Microsoft.VisualStudio.Workspace.ProviderPriority priority, params string[] supportedContextTypeGuids);
new Microsoft.VisualStudio.Workspace.ExportFileContextActionProviderAttribute : string * Microsoft.VisualStudio.Workspace.ProviderPriority * string[] -> Microsoft.VisualStudio.Workspace.ExportFileContextActionProviderAttribute
Public Sub New (type As String, priority As ProviderPriority, ParamArray supportedContextTypeGuids As String())
Parametreler
- type
- String
Bu ıfilecontextactionprovidermetadata için benzersiz tür
- priority
- ProviderPriority
Sağlayıcı önceliği
- supportedContextTypeGuids
- String[]
ContextTypeBu dil hizmetinin başlatabilmesi için değerleri belirleyen GUID 'lerin bir koleksiyonu.
Şunlara uygulanır
ExportFileContextActionProviderAttribute(FileContextActionProviderOptions, String, ProviderPriority, String[])
ExportFileContextActionProviderAttribute sınıfının yeni bir örneğini başlatır.
public:
ExportFileContextActionProviderAttribute(Microsoft::VisualStudio::Workspace::FileContextActionProviderOptions options, System::String ^ type, Microsoft::VisualStudio::Workspace::ProviderPriority priority, ... cli::array <System::String ^> ^ supportedContextTypeGuids);
public ExportFileContextActionProviderAttribute (Microsoft.VisualStudio.Workspace.FileContextActionProviderOptions options, string type, Microsoft.VisualStudio.Workspace.ProviderPriority priority, params string[] supportedContextTypeGuids);
new Microsoft.VisualStudio.Workspace.ExportFileContextActionProviderAttribute : Microsoft.VisualStudio.Workspace.FileContextActionProviderOptions * string * Microsoft.VisualStudio.Workspace.ProviderPriority * string[] -> Microsoft.VisualStudio.Workspace.ExportFileContextActionProviderAttribute
Public Sub New (options As FileContextActionProviderOptions, type As String, priority As ProviderPriority, ParamArray supportedContextTypeGuids As String())
Parametreler
- options
- FileContextActionProviderOptions
FileContextActionProvider seçenekleri
- type
- String
Bu ıfilecontextactionprovidermetadata için benzersiz tür
- priority
- ProviderPriority
Sağlayıcı önceliği
- supportedContextTypeGuids
- String[]
ContextTypeBu dil hizmetinin başlatabilmesi için değerleri belirleyen GUID 'lerin bir koleksiyonu.