string CheckName( string name )
'Declaration Function CheckName( _ ByVal name As String _ ) As String
'Declaration
Function CheckName( _ ByVal name As String _ ) As String
'Usage Dim instance As ICustomNameSupport3 Dim name As String Dim value As String value = instance.CheckName(name)
'Usage
Dim instance As ICustomNameSupport3 Dim name As String Dim value As String value = instance.CheckName(name)
ICustomNameSupport3 Interface ICustomNameSupport3 Members