EditorControl Class
Handles the editor window.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Package
Assemblies: Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Syntax
'Dichiarazione
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Class EditorControl _
Inherits SimpleEditorView
'Utilizzo
Dim instance As EditorControl
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class EditorControl : SimpleEditorView
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class EditorControl : public SimpleEditorView
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type EditorControl =
class
inherit SimpleEditorView
end
public class EditorControl extends SimpleEditorView
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Package.SimpleEditorView
Microsoft.VisualStudio.Package.EditorControl
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.