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

'宣言
Public Property Next As EditorFactory..::.EditorInfo
'使用
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.

Permissions

See Also

Reference

EditorFactory.EditorInfo Class

EditorFactory.EditorInfo Members

Microsoft.VisualStudio.Package Namespace