EditorFactory.EditorInfo.Next Property

Definition

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

public:
 property Microsoft::VisualStudio::Package::EditorFactory::EditorInfo ^ Next { Microsoft::VisualStudio::Package::EditorFactory::EditorInfo ^ get(); void set(Microsoft::VisualStudio::Package::EditorFactory::EditorInfo ^ value); };
public Microsoft.VisualStudio.Package.EditorFactory.EditorInfo Next { get; set; }
member this.Next : Microsoft.VisualStudio.Package.EditorFactory.EditorInfo with get, set
Public Property Next As EditorFactory.EditorInfo

Property Value

EditorFactory.EditorInfo.

Applies to