ExportFileContextActionProviderAttribute.SupportedContextTypes 属性

定义

获取 Guid 的集合,这些 Guid 用于标识 ContextType 此语言服务可初始化的值。

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)

属性值

IReadOnlyCollection<Guid>

实现

适用于