[NotNull()] object this[ string key ]; {get;}
[NotNull()] property Object^ default [String^] { Object^ get(String^ key); }
'Declaration <NotNullAttribute()> ReadOnly Default Property Item( _ ByVal key As String _ ) As Object
'Declaration
<NotNullAttribute()> ReadOnly Default Property Item( _ ByVal key As String _ ) As Object
'Usage Dim instance As _ConfigurationPartCollection Dim key As String Dim value As Object value = instance.Item(key)
'Usage
Dim instance As _ConfigurationPartCollection Dim key As String Dim value As Object value = instance.Item(key)
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
_ConfigurationPartCollection Interface _ConfigurationPartCollection Members