IFileContextProviderMetadata.SupportedContextTypes Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém uma coleção dos valores que podem ser produzidos ContextType por este provedor.
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)