Dela via


EditorFactory.EditorInfo.Next Property

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

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

Syntax

'Declaration
Public Property Next As EditorFactory.EditorInfo
'Usage
Dim instance As EditorFactory.EditorInfo 
Dim value As EditorFactory.EditorInfo 

value = instance.Next

instance.Next = value
public EditorFactory.EditorInfo Next { get; set; }
public:
property EditorFactory.EditorInfo^ Next {
    EditorFactory.EditorInfo^ get ();
    void set (EditorFactory.EditorInfo^ value);
}
public function get Next () : EditorFactory.EditorInfo 
public function set Next (value : EditorFactory.EditorInfo)

Property Value

Type: Microsoft.VisualStudio.Package.EditorFactory.EditorInfo
EditorFactory.EditorInfo.

.NET Framework Security

See Also

Reference

EditorFactory.EditorInfo Class

EditorFactory.EditorInfo Members

Microsoft.VisualStudio.Package Namespace