'Declaration Sub RemoveCustomName( _ ByVal name As String _ )
'Declaration
Sub RemoveCustomName( _ ByVal name As String _ )
'Usage Dim instance As IEnhancedCustomNameSupport Dim name As String instance.RemoveCustomName(name)
'Usage
Dim instance As IEnhancedCustomNameSupport Dim name As String instance.RemoveCustomName(name)
void RemoveCustomName( string name )
IEnhancedCustomNameSupport Interface IEnhancedCustomNameSupport Members