IContentTypeRegistryService, interface
Service chargé de gérer la collection de types de contenu.
Espace de noms : Microsoft.VisualStudio.Utilities
Assembly : Microsoft.VisualStudio.CoreUtility (dans Microsoft.VisualStudio.CoreUtility.dll)
Syntaxe
'Déclaration
Public Interface IContentTypeRegistryService
public interface IContentTypeRegistryService
public interface class IContentTypeRegistryService
type IContentTypeRegistryService = interface end
public interface IContentTypeRegistryService
Le type IContentTypeRegistryService expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
ContentTypes | Obtient une énumération de tous les types de contenu, y compris le type de contenu « inconnu ». | |
UnknownContentType | Obtient le type de contenu « inconnu ». |
Début
Méthodes
Nom | Description | |
---|---|---|
AddContentType | Crée et ajoute un nouveau type de contenu. | |
GetContentType | Obtient l'objet d'IContentType avec le nom spécifié de type. | |
RemoveContentType | Supprime un type de contenu. |
Début
Notes
C'est un composant MEF, et doit être importée comme suit :
[Import]
Internal IContentTypeRegistryService registryservice = null;