ExportFileContextActionProviderAttribute.SupportedContextTypes Property

Definition

Gets a collection of GUIDs that identify the ContextType values that this language service can initialize from.

public:
 property System::Collections::Generic::IReadOnlyCollection<Guid> ^ SupportedContextTypes { System::Collections::Generic::IReadOnlyCollection<Guid> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<Guid> SupportedContextTypes { get; }
member this.SupportedContextTypes : System.Collections.Generic.IReadOnlyCollection<Guid>
Public ReadOnly Property SupportedContextTypes As IReadOnlyCollection(Of Guid)

Property Value

Implements

Applies to