IClassificationTypeRegistryService.CreateTransientClassificationType Method
Include Protected Members
Include Inherited Members
Creates an IClassificationType that persists only for the duration of this session.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CreateTransientClassificationType(array<IClassificationType[]) | Creates an IClassificationType that persists only for the duration of this session. | |
CreateTransientClassificationType(IEnumerable<IClassificationType>) | Creates an IClassificationType that persists only for the duration of this session.. |
Top