ICommonEditorAssetService Interface

Definition

Service produced by ICommonEditorAssetServiceFactory that provides common language service assets.

public interface class ICommonEditorAssetService
public interface ICommonEditorAssetService
type ICommonEditorAssetService = interface
Public Interface ICommonEditorAssetService

Remarks

This class supports the Visual Studio infrastructure and in general is not intended to be used directly from your code.

Methods

FindAsset<T>(Predicate<ICommonEditorAssetMetadata>)

Produces common language service asset.

Applies to