ExportFileContextProviderAttribute.SupportedGetContextsTypes Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Collection de types pris en charge lors du passage de contextes d’espace de travail personnalisés
public:
property System::Collections::Generic::IReadOnlyCollection<Type ^> ^ SupportedGetContextsTypes { System::Collections::Generic::IReadOnlyCollection<Type ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<Type> SupportedGetContextsTypes { get; }
member this.SupportedGetContextsTypes : System.Collections.Generic.IReadOnlyCollection<Type>
Public ReadOnly Property SupportedGetContextsTypes As IReadOnlyCollection(Of Type)