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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
EditorFactory.EditorInfo Class