This overload of the GetItem method accepts a selector in string form. It attempts to create a Selector from this string. It also accepts a set of flags indicating the desired level of service.
[Visual Basic] Overloads Public Shared Function GetItem( _ ByVal configType As String, _ ByVal selector As String, _ ByVal los As Integer _ ) As IConfigItem [C#] public static IConfigItem GetItem( string configType, string selector, int los ); [C++] public: static IConfigItem* GetItem( String* configType, String* selector, int los ); [JScript] public static function GetItem( configType : String, selector : String, los : int ) : IConfigItem;
ConfigManager Class | ConfigManager Members | System.Configuration Namespace | ConfigManager.GetItem Overload List