SimpleEditorView Class
The abstract class that represents a generalized simple editor view.
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.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public MustInherit Class SimpleEditorView _
Implements IOleCommandTarget, IVsWindowPane, IVsToolboxUser, IVsStatusbarUser, _
IVsWindowPaneCommit, IOleComponent
'使用
Dim instance As SimpleEditorView
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public abstract class SimpleEditorView : IOleCommandTarget,
IVsWindowPane, IVsToolboxUser, IVsStatusbarUser, IVsWindowPaneCommit, IOleComponent
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class SimpleEditorView abstract : IOleCommandTarget,
IVsWindowPane, IVsToolboxUser, IVsStatusbarUser, IVsWindowPaneCommit, IOleComponent
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type SimpleEditorView =
class
interface IOleCommandTarget
interface IVsWindowPane
interface IVsToolboxUser
interface IVsStatusbarUser
interface IVsWindowPaneCommit
interface IOleComponent
end
public abstract class SimpleEditorView implements IOleCommandTarget, IVsWindowPane, IVsToolboxUser, IVsStatusbarUser, IVsWindowPaneCommit, IOleComponent
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.