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;