EditorFactory.EditorInfo Class

 

Contains data about a specific editor.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

System.Object
  Microsoft.VisualStudio.Package.EditorFactory.EditorInfo

public class EditorInfo

NameDescription
System_CAPS_pubmethodEditorFactory.EditorInfo()

Initializes a new instance of EditorFactory.EditorInfo.

NameDescription
System_CAPS_pubpropertyGuid

Gets or sets the GUID of the editor.

System_CAPS_pubpropertyName

Gets or sets the name of the editor.

System_CAPS_pubpropertyNext

Gets or sets the next EditorFactory.EditorInfo in the series.

System_CAPS_pubpropertyPriority

Gets or sets the priority of the editor.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: