Version

Item(String) Property

Get editor provider by its ID
Syntax
'Declaration
 
Public Overloads Overridable ReadOnly Property Item( _
   ByVal id As String _
) As EditorProviderBase
public virtual EditorProviderBase Item( 
   string id
) {get;}

Parameters

id
ID of the editor provider

Property Value

Reference to editor provider
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also