IniKeyCollectionFind Method
Searches for an
IniKey that matches the specified key name,
and returns the first occurrence within the entire
IniKeyCollection.
Namespace: DevCase.Core.Application.UserSettingsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public IniKey Find(
string keyName
)
Public Function Find (
keyName As String
) As IniKey
Dim instance As IniKeyCollection
Dim keyName As String
Dim returnValue As IniKey
returnValue = instance.Find(keyName)
public:
IniKey^ Find(
String^ keyName
)
member Find :
keyName : string -> IniKey
No code example is currently available or this language may not be supported.
- keyName String
-
The key name.
IniKeyIniKey.