Share via


IProjectItemDesignerTypeUpdateService Interface

Definition

An optional project level service for the language service to update the designer type of project items. It is implemented by (but not limited to) the .Net Core project system to allow a background process detecting WinForm and other designer related files in the project, and saves the state to the project system.

public interface class IProjectItemDesignerTypeUpdateService
[System.Runtime.InteropServices.Guid("68852308-3589-46F9-88B6-594150BBF562")]
public interface IProjectItemDesignerTypeUpdateService
[<System.Runtime.InteropServices.Guid("68852308-3589-46F9-88B6-594150BBF562")>]
type IProjectItemDesignerTypeUpdateService = interface
Public Interface IProjectItemDesignerTypeUpdateService
Attributes

Methods

SetProjectItemDesignerTypeAsync(String, String)

Sets the designer type of a single project item.

SetProjectItemsDesignerTypeAsync(IEnumerable<KeyValuePair<String,String>>)

Sets the designer type of a set of project items.

Applies to