IEditorOperationsFactoryService 인터페이스
IEditorOperations 개체를 제공하는 서비스입니다.
네임스페이스: Microsoft.VisualStudio.Text.Operations
어셈블리: Microsoft.VisualStudio.Text.UI(Microsoft.VisualStudio.Text.UI.dll)
구문
‘선언
Public Interface IEditorOperationsFactoryService
public interface IEditorOperationsFactoryService
public interface class IEditorOperationsFactoryService
type IEditorOperationsFactoryService = interface end
public interface IEditorOperationsFactoryService
IEditorOperationsFactoryService 형식에서는 다음과 같은 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
GetEditorOperations | 지정된 ITextView의 IEditorOperations 개체를 가져옵니다. |
위쪽
설명
MEF 컴포넌트 부품입니다 하 고 같이 가져와야 합니다.
[Import] IEditorOperationsFactoryService factory = null;