EditArray::Count Property

 

Gets the number of edit operations represented in the EditArray object.

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

public:
property int Count {
	int get();
}

Property Value

Type: System::Int32

The number of edit operations that can be applied.

Return to top
Show: