EditArray Methods

 

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

NameDescription
System_CAPS_pubmethodAdd(EditSpan^)

Adds the specified EditSpan object to the array of edit operations.

System_CAPS_pubmethodApplyEdits()

Applies all edit operations that have been accumulated.

System_CAPS_pubmethodDispose()

Disposes the EditArray object and its resources.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

Tears down the EditArray object.(Overrides Object::Finalize().)

System_CAPS_pubmethodGetEnumerator()

Gets a default enumerator for the edit operations.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Converts the array of edit operations to a formatted string.(Overrides Object::ToString().)

Return to top
Show: