ITextStudioGalleryProvider
public interface ITextStudioGalleryProviderEditor extension point that contributes discoverable creation or setup cards to the Text Gallery. Implementations must have a parameterless constructor.
Methods
Section titled “Methods”
AddCards(List)
Section titled “AddCards(List)”void AddCards(List<TextGalleryCard> cards)Adds the provider’s cards to the supplied mutable collection.
Parameters
| Name | Type | Description |
|---|---|---|
cards |
System.Collections.Generic.List{TextStudio.Editor.TextGalleryCard} | Shared collection for the current gallery reload. Do not retain it. |
Properties
Section titled “Properties”
SortOrder
Section titled “SortOrder”int SortOrder { get; }Gets the provider order used before contributed cards are displayed.
Returns
System.Int32