EditorContextMenuSeparator Class

Applies to v2.

Represents the separator in the editor context menu.

Inheritance Hierarchy

System.Object
  Microsoft.WebMatrix.Extensibility.Editor.EditorContextMenuSeparator

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public NotInheritable Class EditorContextMenuSeparator
'Usage
Dim instance As EditorContextMenuSeparator
public sealed class EditorContextMenuSeparator
public ref class EditorContextMenuSeparator sealed
[<SealedAttribute>]
type EditorContextMenuSeparator =  class end
public final class EditorContextMenuSeparator

The EditorContextMenuSeparator type exposes the following members.

Constructors

  Name Description
Public method EditorContextMenuSeparator Initializes a new instance of the EditorContextMenuSeparator class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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.

See Also

Reference

Microsoft.WebMatrix.Extensibility.Editor Namespace