Determines whether the symbolic string represents a well-known code bits combination.
Syntax
'Declaration
Public Shared Function SymbolNameExists( _
ByVal As String _
) As Boolean
'Usage
Dim symbolName As String
Dim value As Boolean
value = UACodeBits.SymbolNameExists(symbolName)
Parameters
- symbolName
- Symbol name for the code bits.
Return Value
True
if the symbol has been found; false
otherwise
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also