IClassificationTypeRegistryService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The service that maintains the collection of all known classification types.
public interface class IClassificationTypeRegistryService
public interface class IClassificationTypeRegistryService
__interface IClassificationTypeRegistryService
public interface IClassificationTypeRegistryService
type IClassificationTypeRegistryService = interface
Public Interface IClassificationTypeRegistryService
Remarks
This is a MEF component part, and should be imported as follows: [Import] IClassificationTypeRegistryService registry = null;
Methods
CreateClassificationType(ClassificationLayer, String, IEnumerable<IClassificationType>) |
Initializes a new instance of a IClassificationType and adds it to the registry. |
CreateClassificationType(String, IEnumerable<IClassificationType>) |
Initializes a new instance of a IClassificationType and adds it to the registry. |
CreateTransientClassificationType(IClassificationType[]) |
Creates an IClassificationType that persists only for the duration of this session. This IClassificationType must inherit from at least one IClassificationType. |
CreateTransientClassificationType(IEnumerable<IClassificationType>) |
Creates an IClassificationType that persists only for the duration of this session. This IClassificationType must inherit from at least one IClassificationType. |
GetClassificationType(ClassificationLayer, String) |
Gets the IClassificationType object identified by the specified |
GetClassificationType(String) |
Gets the IClassificationType object identified by the specified |