EditArray Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Add(EditSpan^) | Adds the specified EditSpan object to the array of edit operations. |
![]() | ApplyEdits() | Applies all edit operations that have been accumulated. |
![]() | Dispose() | Disposes the EditArray object and its resources. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | Tears down the EditArray object.(Overrides Object::Finalize().) |
![]() | GetEnumerator() | Gets a default enumerator for the edit operations. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Converts the array of edit operations to a formatted string.(Overrides Object::ToString().) |
Show:

