[Visual Basic] Overrides Protected Function CodeForGettingUIItem( _ ByVal uiItemType As Type, _ ByVal identification As String _ ) As String [C#] protected override string CodeForGettingUIItem( Type uiItemType, string identification ); [C++] protected: String* CodeForGettingUIItem( Type* uiItemType, String* identification ); [JScript] protected override function CodeForGettingUIItem( Type uiItemType, String identification ): String;