ICodingConventionsManager 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.
Caution
Class has not been finalized and may change without warning.
Represents a service providing access to contextual coding conventions.
[System.Obsolete("Class has not been finalized and may change without warning.")]
public interface ICodingConventionsManager
[<System.Obsolete("Class has not been finalized and may change without warning.")>]
type ICodingConventionsManager = interface
Public Interface ICodingConventionsManager
- Attributes
Remarks
This is a MEF component part, and should be imported as follows:
[Import]
ICodingConventionsManager codingConventionsManager;
Methods
| Name | Description |
|---|---|
| GetConventionContextAsync(String, CancellationToken) |
Gets a tracking snapshot of all coding conventions for a context. |