ICodingConventionsManager Interface

Definition

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.

Applies to